Skip to content

Commit

Permalink
[CI] prepare java before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
namenu committed Feb 12, 2024
1 parent 23b1ea8 commit 704f222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
key: cljdeps-${{ hashFiles('deps.edn') }}

- name: Execute tests
run: clojure -X:dev:test
run: clojure -X:deps prep && clojure -X:dev:test

0 comments on commit 704f222

Please sign in to comment.