Skip to content

Commit

Permalink
Changing GH 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Jul 26, 2023
1 parent fafbe20 commit 3c66601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-case-studies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test-cases:
strategy:
matrix:
jdk_base: ["eclipse-temurin:11-alpine", "eclipse-temurin:17-alpine", "amazoncorretto:11-alpine-jdk", "amazoncorretto:17-alpine-jdk"]
jdk_base: [temurin@17, amazon-corretto@17, zulu@17, microsoft@17]
target: [x86_64-unknown-linux-musl, x86_64-pc-windows-gnu]
runs-on: ubuntu-latest
steps:
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Test cases
run: |
cd ${{ github.workspace }}
earthly +test-case-studies --jdk_base="${{ matrix.jdk_base }}" --targets="${{ matrix.target }}"
earthly +test-case-studies --jabba_jdk="${{ matrix.jdk_base }}" --targets="${{ matrix.target }}"

0 comments on commit 3c66601

Please sign in to comment.