|
|
@ -47,7 +47,7 @@ jobs:
|
|
|
|
run: npm run test
|
|
|
|
run: npm run test
|
|
|
|
|
|
|
|
|
|
|
|
# End to end save and restore
|
|
|
|
# End to end save and restore
|
|
|
|
test-save:
|
|
|
|
test-save-relative:
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
@ -63,8 +63,8 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
key: test-${{ runner.os }}-${{ github.run_id }}
|
|
|
|
key: test-${{ runner.os }}-${{ github.run_id }}
|
|
|
|
path: test-cache
|
|
|
|
path: test-cache
|
|
|
|
test-restore:
|
|
|
|
test-restore-relative:
|
|
|
|
needs: test-save
|
|
|
|
needs: test-save-relative
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
|