mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
Update e2e-versions.yml
This commit is contained in:
parent
3ad305894c
commit
7b948b585d
1 changed files with 0 additions and 13 deletions
13
.github/workflows/e2e-versions.yml
vendored
13
.github/workflows/e2e-versions.yml
vendored
|
@ -33,19 +33,6 @@ jobs:
|
||||||
- name: Verify Java
|
- name: Verify Java
|
||||||
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java.outputs.path }}"
|
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java.outputs.path }}"
|
||||||
shell: bash
|
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
|
|
||||||
- name: Verify Java
|
|
||||||
run: ls -la "${{ steps.setup-java2.outputs.path }}"
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
|
|
||||||
setup-java-major-minor-versions:
|
setup-java-major-minor-versions:
|
||||||
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}
|
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue