1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02: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:
Vincent Clemson 2022-06-19 12:17:24 -04:00
parent 3d5818e554
commit 856dca34a5

View file

@ -78,6 +78,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
reeval: [false, true]
fail-fast: false fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
@ -103,6 +104,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
reeval: [false, true]
fail-fast: false fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: