Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea authored Dec 3, 2024
1 parent fe3dcd1 commit a7b467b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup GraalVM CE ${{ matrix.graal.graal }} distro
- name: Setup GraalVM CE ${{ matrix.java }} distro
uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
Expand All @@ -61,5 +61,5 @@ jobs:
native-image-job-reports: 'true'
native-image-pr-reports: 'true'

- name: Build test native (${{ matrix.graal.graal }})
run: ./mvnw -B clean verify -PnativeTest -Dmaven.compiler.release=${{ matrix.graal.java }}
- name: Build test native (${{ matrix.java }})
run: ./mvnw -B clean verify -PnativeTest -Dmaven.compiler.release=${{ matrix.java }}

0 comments on commit a7b467b

Please sign in to comment.