mirror of
https://github.com/actions/cache.git
synced 2025-04-21 22:08:41 +00:00
add reval
to matrix of test-only-restore
& test-restore
jobs
* could be eliminated if primary key is generated differently, e.g. hashing of file paths on reevaluation
This commit is contained in:
parent
3d5818e554
commit
856dca34a5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -78,6 +78,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
reeval: [false, true]
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
@ -103,6 +104,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
reeval: [false, true]
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue