mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
.
This commit is contained in:
parent
1b7af4ee39
commit
c003cb3460
1 changed files with 8 additions and 6 deletions
14
.github/workflows/workflow.yml
vendored
14
.github/workflows/workflow.yml
vendored
|
@ -54,9 +54,11 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Clear tool cache
|
||||
run: rm -rf $RUNNER_TOOL_CACHE/*
|
||||
- name: Setup java 13
|
||||
uses: ./
|
||||
with:
|
||||
java-version: 13.0.2
|
||||
- name: Verify java 13
|
||||
run: __tests__/verify-java.sh 13.0.2
|
||||
# - name: Setup java 13
|
||||
# uses: ./
|
||||
# with:
|
||||
# java-version: 13.0.2
|
||||
# - name: Verify java 13
|
||||
# run: __tests__/verify-java.sh 13.0.2
|
||||
- name: Verify java 14
|
||||
run: __tests__/verify-java.sh 14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue