We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f561629 + dfef8bf commit 007a8d0Copy full SHA for 007a8d0
.github/workflows/build.yml
@@ -23,6 +23,10 @@ jobs:
23
with:
24
distribution: 'adopt'
25
java-version: ${{ matrix.java }}
26
+ - name: Setup Clojure
27
+ uses: DeLaGuardo/setup-clojure@13.1
28
+ with:
29
+ lein: latest
30
- name: Install dependencies
31
run: lein deps
32
- name: Run tests
@@ -44,6 +48,10 @@ jobs:
44
48
45
49
46
50
java-version: '17'
51
52
53
54
47
55
56
57
- name: Generate code coverage
@@ -74,6 +82,10 @@ jobs:
74
82
75
83
76
84
85
86
87
88
77
89
- name: Deploy
78
90
if: endsWith(needs.get-version.outputs.version, '-SNAPSHOT')
79
91
env:
0 commit comments