Skip to content

Switch tests to use locally installed Gradle instead of wrapper. #12

Switch tests to use locally installed Gradle instead of wrapper.

Switch tests to use locally installed Gradle instead of wrapper. #12

Workflow file for this run

name: Gradle test
on:
workflow_dispatch:
push:
branches:
- develop
pull_request:
jobs:
gradle-test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ github.workspace }}
steps:
- uses: actions/checkout@v4
- uses: ihmcrobotics/ihmc-actions/.github/actions/gradle-test@main