Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Deu-Pons <[email protected]>
  • Loading branch information
jordeu committed Sep 23, 2024
1 parent 8506f54 commit 1822513
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
fetch-depth: 1

- name: Setup Graalvm
uses: graalvm/setup-graalvm@v1
with:
java-version: 17
distribution: 'graalvm'
components: 'native-image'
native-image-musl: 'true'
github-token: ${{ secrets.GITHUB_TOKEN }}
uses: graalvm/setup-graalvm@v1
with:
java-version: 17
distribution: 'graalvm'
components: 'native-image'
native-image-musl: 'true'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Tests
run: ./gradlew cleanTest test
Expand Down

0 comments on commit 1822513

Please sign in to comment.