mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
run the restore e2e test on the specified OS
This commit is contained in:
parent
b047f97e17
commit
3e2fde2f83
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…
Reference in New Issue
Block a user