Skip to content

Commit 04da380

Browse files
authored
Merge pull request #292 from metosin/fix-ci
chore: fix ci
2 parents 036ba67 + a89140e commit 04da380

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
restore-keys: |
2323
lein-${{ github.job }}
2424
lein-
25+
- name: Setup Clojure
26+
uses: DeLaGuardo/setup-clojure@13.1
27+
with:
28+
lein: 2.9.5
2529
- name: Run tests
2630
run: ./scripts/test.sh "${{matrix.test-type}}"
2731

@@ -37,6 +41,10 @@ jobs:
3741
restore-keys: |
3842
lein-${{ github.job }}
3943
lein-
44+
- name: Setup Clojure
45+
uses: DeLaGuardo/setup-clojure@13.1
46+
with:
47+
lein: 2.9.5
4048
- name: Run tests with coverage
4149
run: lein cloverage --codecov
4250
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)