mirror of
https://github.com/actions/setup-java
synced 2024-11-10 07:32:40 +00:00
attempt to add e2e test for Alpine
This commit is contained in:
parent
12cfe0fd55
commit
0685457b96
1 changed files with 6 additions and 0 deletions
6
.github/workflows/e2e-versions.yml
vendored
6
.github/workflows/e2e-versions.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
setup-java-major-versions:
|
||||
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
container:
|
||||
image: ${{ matrix.container }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -48,6 +50,10 @@ jobs:
|
|||
- distribution: oracle
|
||||
os: ubuntu-latest
|
||||
version: 20
|
||||
- distribution: temurin
|
||||
os: ubuntu-latest
|
||||
version: 21
|
||||
container: alpine:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue