Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Jul 28, 2020
1 parent 7ff34c1 commit b97e00c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: ./
with:
java-version: 13.0.2
distro: adoptopenjdk
vendor: adoptopenjdk
- name: Verify Java 13
if: runner.os != 'windows'
run: __tests__/verify-java.sh 13.0.2 "${{ steps.setup-java-adopt.outputs.path }}" "${{ steps.setup-java-adopt.outputs.version }}"
Expand All @@ -66,6 +66,7 @@ jobs:
uses: ./
with:
java-version: 13.0.2
vendor: zulu
- name: Verify Java 13
if: runner.os != 'windows'
run: __tests__/verify-java.sh 13.0.2 "${{ steps.setup-java-zulu.outputs.path }}" "${{ steps.setup-java-zulu.outputs.version }}"
Expand Down Expand Up @@ -119,6 +120,7 @@ jobs:
uses: ./
with:
java-version: 13.0.2
vendor: zulu
- name: Verify Java 13
run: __tests__/verify-java.sh 13.0.2 "${{ steps.setup-java.outputs.path }}" "${{ steps.setup-java.outputs.version }}"

Expand All @@ -136,5 +138,6 @@ jobs:
uses: ./
with:
java-version: 13.0.2
vendor: zulu
- name: Verify Java 13
run: __tests__/verify-java.sh 13.0.2 "${{ steps.setup-java.outputs.path }}" "${{ steps.setup-java.outputs.version }}"

0 comments on commit b97e00c

Please sign in to comment.