mirror of https://github.com/actions/cache.git
fix `needs` option for `test-only-restore` job
* also format code with prettier
This commit is contained in:
parent
f20d3c830c
commit
2807da784f
|
@ -72,7 +72,7 @@ jobs:
|
|||
test-cache
|
||||
~/test-cache
|
||||
test-only-restore:
|
||||
needs: test-restore
|
||||
needs: test-save
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
|
Loading…
Reference in New Issue