Skip to content

Commit d5e8ddb

Browse files
authored
CI: Cache test-extra/code when running test_branch (#2402)
1 parent ae7eeef commit d5e8ddb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/build-linux.yml

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
with:
7272
fetch-depth: 0
7373

74+
- uses: actions/cache@v3
75+
with:
76+
path: test-extra/code
77+
key: test-extra-code
78+
7479
- name: Fetch main build of ocamlformat
7580
uses: dawidd6/action-download-artifact@v2
7681
with:

0 commit comments

Comments
 (0)