@@ -52,38 +52,30 @@ jobs:
52
52
with :
53
53
clojureRepo : ${{ inputs.clojureRepo }}
54
54
clojureRef : ${{ inputs.clojureRef }}
55
- testCmd : ' bat- test'
55
+ testCmd : ' ./scripts/ test.sh clj '
56
56
subjectRepo : ' metosin/reitit'
57
57
subjectRef : ' master'
58
58
test-sieppari :
59
59
uses : ./.github/workflows/lein-test.yml
60
60
with :
61
61
clojureRepo : ${{ inputs.clojureRepo }}
62
62
clojureRef : ${{ inputs.clojureRef }}
63
- testCmd : ' kaocha'
63
+ testCmd : ' lein kaocha'
64
64
subjectRepo : ' metosin/sieppari'
65
65
subjectRef : ' master'
66
- test-tilakone :
67
- uses : ./.github/workflows/lein-test.yml
68
- with :
69
- clojureRepo : ${{ inputs.clojureRepo }}
70
- clojureRef : ${{ inputs.clojureRef }}
71
- testCmd : ' eftest'
72
- subjectRepo : ' metosin/tilakone'
73
- subjectRef : ' master'
74
66
test-clj-stacktraces :
75
67
uses : ./.github/workflows/lein-test.yml
76
68
with :
77
69
clojureRepo : ${{ inputs.clojureRepo }}
78
70
clojureRef : ${{ inputs.clojureRef }}
79
71
subjectRepo : ' mmcgrana/clj-stacktraces'
80
- subjectRef : ' master '
72
+ subjectRef : ' main '
81
73
test-netrunner :
82
74
uses : ./.github/workflows/lein-test.yml
83
75
with :
84
76
clojureRepo : ${{ inputs.clojureRepo }}
85
77
clojureRef : ${{ inputs.clojureRef }}
86
- testCmd : ' eftest '
78
+ testCmd : ' lein kaocha '
87
79
subjectRepo : ' mtgred/netrunner'
88
80
subjectRef : ' master'
89
81
test-matcher-combinators :
103
95
testCmd : ' -M:test:runner'
104
96
testDir : ' .'
105
97
subjectRepo : ' pangloss/pattern'
106
- subjectRef : ' master '
98
+ subjectRef : ' main '
107
99
test-pure-conditioning :
108
100
uses : ./.github/workflows/deps-test.yml
109
101
with :
@@ -121,20 +113,13 @@ jobs:
121
113
subjectRepo : ' pangloss/system.check'
122
114
subjectRef : ' master'
123
115
test-transducers :
124
- uses : ./.github/workflows/lein-test.yml
125
- with :
126
- clojureRepo : ${{ inputs.clojureRepo }}
127
- clojureRef : ${{ inputs.clojureRef }}
128
- subjectRepo : ' pangloss/transducers'
129
- subjectRef : ' master'
130
- test-datahike :
131
116
uses : ./.github/workflows/deps-test.yml
132
117
with :
133
118
clojureRepo : ${{ inputs.clojureRepo }}
134
119
clojureRef : ${{ inputs.clojureRef }}
135
- testCmd : ' -M :test -m kaocha.runner '
120
+ testCmd : ' -X :test'
136
121
testDir : ' .'
137
- subjectRepo : ' replikativ/datahike '
122
+ subjectRepo : ' pangloss/transducers '
138
123
subjectRef : ' master'
139
124
test-ring-codec :
140
125
uses : ./.github/workflows/lein-test.yml
@@ -143,6 +128,7 @@ jobs:
143
128
clojureRef : ${{ inputs.clojureRef }}
144
129
subjectRepo : ' ring-clojure/ring-codec'
145
130
subjectRef : ' master'
131
+ javaVersion : ' ["11", "17", "21"]'
146
132
test-next-jdbc :
147
133
uses : ./.github/workflows/deps-test.yml
148
134
with :
@@ -151,14 +137,14 @@ jobs:
151
137
testCmd : ' -X:test'
152
138
testDir : ' .'
153
139
subjectRepo : ' seancorfield/next-jdbc'
154
- subjectRef : ' master '
140
+ subjectRef : ' main '
155
141
test-timre :
156
142
uses : ./.github/workflows/lein-test.yml
157
143
with :
158
144
clojureRepo : ${{ inputs.clojureRepo }}
159
145
clojureRef : ${{ inputs.clojureRef }}
160
146
subjectRepo : ' taoensso/timre'
161
- subjectRef : ' master '
147
+ subjectRef : ' main '
162
148
test-lettercase :
163
149
uses : ./.github/workflows/lein-test.yml
164
150
with :
@@ -171,7 +157,7 @@ jobs:
171
157
with :
172
158
clojureRepo : ${{ inputs.clojureRepo }}
173
159
clojureRef : ${{ inputs.clojureRef }}
174
- testCmd : ' with-profile test run -m datascript.test/test-clj '
160
+ testCmd : ' ./script/test_clj.sh '
175
161
subjectRepo : ' tonsky/datascript'
176
162
subjectRef : ' master'
177
163
test-uberdeps :
@@ -197,7 +183,7 @@ jobs:
197
183
with :
198
184
clojureRepo : ${{ inputs.clojureRepo }}
199
185
clojureRef : ${{ inputs.clojureRef }}
200
- testCmd : ' sub test'
186
+ testCmd : ' lein sub test'
201
187
subjectRepo : ' weavejester/ragtime'
202
188
subjectRef : ' master'
203
189
test-markdown-clj :
@@ -214,7 +200,7 @@ jobs:
214
200
with :
215
201
clojureRepo : ${{ inputs.clojureRepo }}
216
202
clojureRef : ${{ inputs.clojureRef }}
217
- testCmd : ' -X :dev:test'
203
+ testCmd : ' -M :dev:test'
218
204
testDir : ' .'
219
205
subjectRepo : ' yogthos/selmer'
220
206
subjectRef : ' master'
@@ -223,7 +209,6 @@ jobs:
223
209
with :
224
210
clojureRepo : ${{ inputs.clojureRepo }}
225
211
clojureRef : ${{ inputs.clojureRef }}
226
- testCmd : ' do clean, javac, compile, test'
227
212
subjectRepo : ' ztellman/automat'
228
213
subjectRef : ' master'
229
214
test-clj-radix :
@@ -233,13 +218,6 @@ jobs:
233
218
clojureRef : ${{ inputs.clojureRef }}
234
219
subjectRepo : ' ztellman/clj-radix'
235
220
subjectRef : ' master'
236
- test-proteus :
237
- uses : ./.github/workflows/lein-test.yml
238
- with :
239
- clojureRepo : ${{ inputs.clojureRepo }}
240
- clojureRef : ${{ inputs.clojureRef }}
241
- subjectRepo : ' ztellman/proteus'
242
- subjectRef : ' master'
243
221
test-riddley :
244
222
uses : ./.github/workflows/lein-test.yml
245
223
with :
@@ -248,9 +226,11 @@ jobs:
248
226
subjectRepo : ' ztellman/riddley'
249
227
subjectRef : ' master'
250
228
test-virgil :
251
- uses : ./.github/workflows/lein -test.yml
229
+ uses : ./.github/workflows/deps -test.yml
252
230
with :
253
231
clojureRepo : ${{ inputs.clojureRepo }}
254
232
clojureRef : ${{ inputs.clojureRef }}
255
- subjectRepo : ' ztellman/virgil'
233
+ testCmd : ' -M:test'
234
+ testDir : ' .'
235
+ subjectRepo : ' clj-commons/virgil'
256
236
subjectRef : ' master'
0 commit comments