diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 8a8a07f1..452305a9 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Cache + - name: Check cache hit id: cache-restore uses: actions/cache/restore@v4 with: @@ -28,6 +28,7 @@ jobs: run: | echo "Testing..." cat foo/bin/dummy.txt + # fail test exit 1 - name: Cache