Skip to content

Commit

Permalink
Update e2e-versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skateball authored Oct 16, 2024
1 parent 0c00205 commit b38ed9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
distribution: ${{ matrix.distribution }}
java-version-file: ${{matrix.java-version-file }}
- name: Verify Java
run: bash __tests__/verify-java.sh "${{ GLOBAL_LATEST_21 }}" "${{ steps.setup-java.outputs.path }}"
run: bash __tests__/verify-java.sh ${{ GLOBAL_LATEST_21 }} "${{ steps.setup-java.outputs.path }}"
shell: bash

setup-java-version-from-file-major-minor-patch-notation:
Expand Down Expand Up @@ -333,5 +333,5 @@ jobs:
distribution: ${{ matrix.distribution }}
java-version-file: ${{matrix.java-version-file }}
- name: Verify Java
run: bash __tests__/verify-java.sh "${{ GLOBAL_LATEST_17 }}" "${{ steps.setup-java.outputs.path }}"
run: bash __tests__/verify-java.sh ${{ GLOBAL_LATEST_17 }} "${{ steps.setup-java.outputs.path }}"
shell: bash

0 comments on commit b38ed9e

Please sign in to comment.