Skip to content

Commit

Permalink
Remove obsolete test for matrix.java == 'GraalVM'
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Feb 11, 2024
1 parent 6cf0e35 commit 1ae69f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
- name: "Check out repository"
uses: actions/checkout@v4
- name: "Set up GraalVM ${{ matrix.java }}"
if: ${{ matrix.java == 'GraalVM' }}
uses: graalvm/setup-graalvm@v1
with:
java-version: "21"
Expand All @@ -106,7 +105,6 @@ jobs:
native-image-job-reports: "true"
cache: "maven"
- name: "Native"
if: ${{ matrix.java == 'GraalVM' }}
run: mvn -Pnative -DskipTests package -pl core -am && util/test-native.sh

publish_snapshot:
Expand Down

0 comments on commit 1ae69f9

Please sign in to comment.