@@ -60,23 +60,14 @@ jobs:
60
60
with :
61
61
clojureRepo : ${{ inputs.clojureRepo }}
62
62
clojureRef : ${{ inputs.clojureRef }}
63
- testCmd : ' lein kaocha'
64
63
subjectRepo : ' metosin/sieppari'
65
64
subjectRef : ' master'
66
65
test-clj-stacktraces :
67
66
uses : ./.github/workflows/lein-test.yml
68
67
with :
69
68
clojureRepo : ${{ inputs.clojureRepo }}
70
69
clojureRef : ${{ inputs.clojureRef }}
71
- subjectRepo : ' mmcgrana/clj-stacktraces'
72
- subjectRef : ' main'
73
- test-netrunner :
74
- uses : ./.github/workflows/lein-test.yml
75
- with :
76
- clojureRepo : ${{ inputs.clojureRepo }}
77
- clojureRef : ${{ inputs.clojureRef }}
78
- testCmd : ' lein kaocha'
79
- subjectRepo : ' mtgred/netrunner'
70
+ subjectRepo : ' mmcgrana/clj-stacktrace'
80
71
subjectRef : ' master'
81
72
test-matcher-combinators :
82
73
uses : ./.github/workflows/deps-test.yml
@@ -137,14 +128,14 @@ jobs:
137
128
testCmd : ' -X:test'
138
129
testDir : ' .'
139
130
subjectRepo : ' seancorfield/next-jdbc'
140
- subjectRef : ' main '
131
+ subjectRef : ' develop '
141
132
test-timre :
142
133
uses : ./.github/workflows/lein-test.yml
143
134
with :
144
135
clojureRepo : ${{ inputs.clojureRepo }}
145
136
clojureRef : ${{ inputs.clojureRef }}
146
137
subjectRepo : ' taoensso/timre'
147
- subjectRef : ' main '
138
+ subjectRef : ' master '
148
139
test-lettercase :
149
140
uses : ./.github/workflows/lein-test.yml
150
141
with :
@@ -204,27 +195,14 @@ jobs:
204
195
testDir : ' .'
205
196
subjectRepo : ' yogthos/selmer'
206
197
subjectRef : ' master'
207
- test-automat :
208
- uses : ./.github/workflows/lein-test.yml
209
- with :
210
- clojureRepo : ${{ inputs.clojureRepo }}
211
- clojureRef : ${{ inputs.clojureRef }}
212
- subjectRepo : ' ztellman/automat'
213
- subjectRef : ' master'
198
+ javaVersion : ' ["21"]'
214
199
test-clj-radix :
215
200
uses : ./.github/workflows/lein-test.yml
216
201
with :
217
202
clojureRepo : ${{ inputs.clojureRepo }}
218
203
clojureRef : ${{ inputs.clojureRef }}
219
204
subjectRepo : ' ztellman/clj-radix'
220
205
subjectRef : ' master'
221
- test-riddley :
222
- uses : ./.github/workflows/lein-test.yml
223
- with :
224
- clojureRepo : ${{ inputs.clojureRepo }}
225
- clojureRef : ${{ inputs.clojureRef }}
226
- subjectRepo : ' ztellman/riddley'
227
- subjectRef : ' master'
228
206
test-virgil :
229
207
uses : ./.github/workflows/deps-test.yml
230
208
with :
0 commit comments