Update e2e-versions.yml

This commit is contained in:
Maxim Lobanov 2021-03-19 11:15:39 +03:00
parent b082205a41
commit 57c14a4598

View file

@ -42,6 +42,10 @@ jobs:
- 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:
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}