Skip to content

Commit

Permalink
Fix additional test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 20, 2023
1 parent 8dd4f51 commit 6c7d417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
java-version: ['21', '17', '20', 'dev']
distribution: ['graalvm', 'graalvm-community']
os: [macos-latest, windows-latest, ubuntu-latest]
components: ['']
include:
- java-version: '21'
distribution: ''
Expand All @@ -47,6 +48,7 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: ${{ matrix.distribution }}
github-token: ${{ secrets.GITHUB_TOKEN }}
components: ${{ matrix.components }}
- name: Check environment
run: |
echo "GRAALVM_HOME: $GRAALVM_HOME"
Expand Down

0 comments on commit 6c7d417

Please sign in to comment.