Skip to content

Commit c0184cc

Browse files
committed
Add dependency prep step for hawkeye library
1 parent 7e6680c commit c0184cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-deps-
3737
38+
- name: Prepare dependencies
39+
run: clj -X:deps prep
40+
3841
- name: Run tests
3942
run: clj -M:test
4043

0 commit comments

Comments
 (0)