File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
clojureRepo : ${{ inputs.clojureRepo }}
162
162
clojureRef : ${{ inputs.clojureRef }}
163
163
subjectRepo : ' michaelklishin/validateur'
164
- subjectRef : ' master '
164
+ subjectRef : ' main '
165
165
test-cheshire :
166
166
uses : ./.github/workflows/lein-test.yml
167
167
with :
@@ -227,10 +227,12 @@ jobs:
227
227
subjectRepo : ' geoffsalmon/bytebuffer'
228
228
subjectRef : ' master'
229
229
test-alphabase :
230
- uses : ./.github/workflows/lein -test.yml
230
+ uses : ./.github/workflows/deps -test.yml
231
231
with :
232
232
clojureRepo : ${{ inputs.clojureRepo }}
233
233
clojureRef : ${{ inputs.clojureRef }}
234
+ testCmd : ' -X:test'
235
+ testDir : ' .'
234
236
subjectRepo : ' greglook/alphabase'
235
237
subjectRef : ' main'
236
238
test-clj-arrangement :
@@ -436,7 +438,7 @@ jobs:
436
438
clojureRef : ${{ inputs.clojureRef }}
437
439
subjectRepo : ' ring-clojure/ring'
438
440
subjectRef : ' master'
439
- javaVersion : ' ["11", " 17", "21"]'
441
+ javaVersion : ' ["17", "21"]'
440
442
test-ring-anti-forgery :
441
443
uses : ./.github/workflows/lein-test.yml
442
444
with :
You can’t perform that action at this time.
0 commit comments