Skip to content

Commit

Permalink
build: save cached directories after build
Browse files Browse the repository at this point in the history
  • Loading branch information
LightAndLight committed Jan 15, 2024
1 parent 1bf9f7f commit 1beff27
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 @@ -58,6 +58,9 @@ jobs:
nix develop .#tests
--post-build-hook "$RUNNER_TEMP/postBuildHook-$GITHUB_RUN_ID-$GITHUB_RUN_NUMBER"
-c ./scripts/recheck ${{ github.event.before }} $GITHUB_REF_NAME
- name: "Save cached directories"
run: save

- name: wait for uploads to finish
# This used to be always(), which can't be cancelled: <https://github.com/orgs/community/discussions/26303>
Expand Down

0 comments on commit 1beff27

Please sign in to comment.