1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

fix needs option for test-only-restore job

* also format code with prettier
This commit is contained in:
Vincent Clemson 2022-06-18 17:50:09 -04:00
parent f20d3c830c
commit 2807da784f
2 changed files with 8 additions and 8 deletions

View file

@ -72,7 +72,7 @@ jobs:
test-cache test-cache
~/test-cache ~/test-cache
test-only-restore: test-only-restore:
needs: test-restore needs: test-save
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]