From 63d97edfd49307757f55e6831e7457e4a439261b Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 4 Nov 2025 15:37:45 +0000 Subject: [PATCH] Test with the cache again --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5cb6af256a..4fd5f4f633 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,7 +71,7 @@ jobs: --ci \ --max-workers ${{ steps.cpu-cores.outputs.count }} \ --shard ${{ matrix.runner }}/${{ strategy.job-total }} \ - --no-cache + --cacheDirectory /tmp/jest_cache env: JEST_SONAR_UNIQUE_OUTPUT_NAME: true