mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
run the restore e2e test on the specified OS
This commit is contained in:
parent
b047f97e17
commit
3e2fde2f83
1 changed files with 5 additions and 1 deletions
6
.github/workflows/e2e-cache.yml
vendored
6
.github/workflows/e2e-cache.yml
vendored
|
@ -40,7 +40,11 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
restore:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
needs: save
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue