mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Update e2e-versions.yml
This commit is contained in:
parent
b082205a41
commit
57c14a4598
1 changed files with 4 additions and 0 deletions
4
.github/workflows/e2e-versions.yml
vendored
4
.github/workflows/e2e-versions.yml
vendored
|
@ -42,6 +42,10 @@ jobs:
|
||||||
- name: Verify Java
|
- name: Verify Java
|
||||||
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java2.outputs.path }}"
|
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java2.outputs.path }}"
|
||||||
shell: bash
|
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