From 1bf9f7f727320a8bc7171954fb740725e129ea5d Mon Sep 17 00:00:00 2001 From: Isaac Elliott Date: Tue, 16 Jan 2024 07:52:49 +1000 Subject: [PATCH] build: restore cached directories after checkout action --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b829449..1c3e25a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,9 @@ jobs: with: # `./scripts/recheck` uses `git diff` which accesses the repo's history. `fetch-depth: 0` fetches all branches and history. fetch-depth: 0 + + - name: "Restore cached directories" + run: restore - name: "tests" if: github.event_name == 'pull_request'