File tree Expand file tree Collapse file tree 3 files changed +42
-9
lines changed Expand file tree Collapse file tree 3 files changed +42
-9
lines changed Original file line number Diff line number Diff line change 24
24
subjectRepo : ' greglook/alphabase'
25
25
subjectRef : ' main'
26
26
27
+ test-ring-mock :
28
+ uses : ./.github/workflows/lein-test.yml
29
+ with :
30
+ clojureRepo : ${{ inputs.clojureRepo }}
31
+ clojureRef : ${{ inputs.clojureRef }}
32
+ subjectRepo : ' ring-clojure/ring-mock'
33
+ subjectRef : ' master'
34
+ javaVersion : ' ["11", "17", "21"]'
35
+
36
+ test-reitit :
37
+ uses : ./.github/workflows/lein-test.yml
38
+ with :
39
+ clojureRepo : ${{ inputs.clojureRepo }}
40
+ clojureRef : ${{ inputs.clojureRef }}
41
+ testCmd : ' ./scripts/test.sh clj'
42
+ subjectRepo : ' metosin/reitit'
43
+ subjectRef : ' master'
44
+ javaVersion : ' ["11", "17", "21"]'
45
+
46
+ test-next-jdbc :
47
+ uses : ./.github/workflows/deps-test.yml
48
+ with :
49
+ clojureRepo : ${{ inputs.clojureRepo }}
50
+ clojureRef : ${{ inputs.clojureRef }}
51
+ testCmd : ' -X:test'
52
+ testDir : ' .'
53
+ subjectRepo : ' seancorfield/next-jdbc'
54
+ subjectRef : ' develop'
55
+ javaVersion : ' ["21"]'
56
+
57
+
27
58
# # Uses bb to run tests unsure how to override clj version
28
59
# test-clj-yaml:
29
60
# uses: ./.github/workflows/deps-test.yml
Original file line number Diff line number Diff line change @@ -467,6 +467,7 @@ jobs:
467
467
clojureRef : ${{ inputs.clojureRef }}
468
468
subjectRepo : ' ring-clojure/ring-mock'
469
469
subjectRef : ' master'
470
+ javaVersion : ' ["11", "17", "21"]'
470
471
test-ring-ssl :
471
472
uses : ./.github/workflows/lein-test.yml
472
473
with :
@@ -1247,15 +1248,6 @@ jobs:
1247
1248
testDir : ' .'
1248
1249
subjectRepo : ' nubank/matcher-combinators'
1249
1250
subjectRef : ' master'
1250
- test-pattern :
1251
- uses : ./.github/workflows/deps-test.yml
1252
- with :
1253
- clojureRepo : ${{ inputs.clojureRepo }}
1254
- clojureRef : ${{ inputs.clojureRef }}
1255
- testCmd : ' -M:test:runner'
1256
- testDir : ' .'
1257
- subjectRepo : ' pangloss/pattern'
1258
- subjectRef : ' main'
1259
1251
test-pure-conditioning :
1260
1252
uses : ./.github/workflows/deps-test.yml
1261
1253
with :
Original file line number Diff line number Diff line change 31
31
clojureRef : ${{ inputs.clojureRef }}
32
32
subjectRepo : ' clj-commons/manifold'
33
33
subjectRef : ' master'
34
+ # # Appears to be missing test path under runner allies
35
+ test-pattern :
36
+ uses : ./.github/workflows/deps-test.yml
37
+ with :
38
+ clojureRepo : ${{ inputs.clojureRepo }}
39
+ clojureRef : ${{ inputs.clojureRef }}
40
+ testCmd : ' -M:test:runner'
41
+ testDir : ' .'
42
+ subjectRepo : ' pangloss/pattern'
43
+ subjectRef : ' main'
You can’t perform that action at this time.
0 commit comments