From faeceec49e585fc6df1aeb5541a72d8d2f0027e5 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:44:26 +0200 Subject: [PATCH] CI: set `fail-on-cache-miss` for cached build folders --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c89cc919..2fef76fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: dist test/lib key: cache-${{ github.sha }} - # ignore cache miss, since it was taken care of the `build` step and it should never occur here + fail-on-cache-miss: true # sanity check for runner issues or misconfigurations - run: npm test test-browsers-latest: @@ -79,6 +79,7 @@ jobs: test/lib key: cache-${{ github.sha }} enableCrossOsArchive: true + fail-on-cache-miss: true # sanity check for runner issues or misconfigurations - name: Install dependencies # cannot use `--ignore-scripts` since playwright seems to use it to set ENV vars