Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Sep 10, 2024
1 parent 91add74 commit 26c6592
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
workflow_dispatch:

jobs:
gradle-test:
uses: ihmcrobotics/ihmc-actions/.github/workflows/gradle-test.yml@main
test-linux:
runs-on: [ubuntu-20.04]
steps:
Expand Down Expand Up @@ -67,4 +69,4 @@ jobs:
gradle --version
- name: Run tests
run: |
gradle test
gradle test

0 comments on commit 26c6592

Please sign in to comment.