1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2024-09-19 09:26:43 +00:00

Clarify that test is expected to fail

This commit is contained in:
Danny Gleckler 2024-06-11 18:16:26 -04:00
parent 72831e69e5
commit d9536f63af

View file

@ -82,7 +82,7 @@ jobs:
run: __tests__/verify-cache-files.sh ${{ runner.os }}-save ~/test-cache
# End to end with save-always
test-save-always:
test-save-always-with-failure:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
@ -105,7 +105,7 @@ jobs:
__tests__/create-cache-files.sh ${{ runner.os }}-save-always test-cache
exit 1
test-save-always-restore:
needs: test-save-always
needs: test-save-always-with-failure
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]