mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
Update e2e-versions.yml
This commit is contained in:
parent
804a60faf9
commit
07c5d154e9
1 changed files with 9 additions and 0 deletions
9
.github/workflows/e2e-versions.yml
vendored
9
.github/workflows/e2e-versions.yml
vendored
|
@ -33,6 +33,15 @@ jobs:
|
|||
- name: Verify Java
|
||||
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java.outputs.path }}"
|
||||
shell: bash
|
||||
- name: setup-java
|
||||
uses: ./
|
||||
id: setup-java2
|
||||
with:
|
||||
java-version: ${{ matrix.version }}
|
||||
distribution: ${{ matrix.distribution }}
|
||||
- name: Verify Java
|
||||
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java2.outputs.path }}"
|
||||
shell: bash
|
||||
|
||||
setup-java-major-minor-versions:
|
||||
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue