Skip to content

Commit

Permalink
CI: Cache test-extra/code when running test_branch (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow authored Jul 18, 2023
1 parent ae7eeef commit d5e8ddb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/cache@v3
with:
path: test-extra/code
key: test-extra-code

- name: Fetch main build of ocamlformat
uses: dawidd6/action-download-artifact@v2
with:
Expand Down

0 comments on commit d5e8ddb

Please sign in to comment.