Skip to content

Commit

Permalink
build: restore cached directories after checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
LightAndLight committed Jan 15, 2024
1 parent 5e22877 commit 1bf9f7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1bf9f7f

Please sign in to comment.