64
64
clojureRef : ${{ inputs.clojureRef }}
65
65
subjectRepo : ' greglook/blocks'
66
66
subjectRef : ' main'
67
- test-clj-multiformats :
68
- uses : ./.github/workflows/deps-test.yml
69
- with :
70
- clojureRepo : ${{ inputs.clojureRepo }}
71
- clojureRef : ${{ inputs.clojureRef }}
72
- testCmd : ' -M:dev:test'
73
- testDir : ' .'
74
- subjectRepo : ' greglook/clj-multiformats'
75
- subjectRef : ' main'
76
- test-cljstyle :
77
- uses : ./.github/workflows/lein-test.yml
78
- with :
79
- clojureRepo : ${{ inputs.clojureRepo }}
80
- clojureRef : ${{ inputs.clojureRef }}
81
- subjectRepo : ' greglook/cljstyle'
82
- subjectRef : ' main'
83
67
test-puget :
84
68
uses : ./.github/workflows/lein-test.yml
85
69
with :
97
81
subjectRepo : ' juxt/tick'
98
82
subjectRef : ' master'
99
83
javaVersion : ' ["11", "17", "21"]'
100
- test-deep-diff :
101
- uses : ./.github/workflows/deps-test.yml
102
- with :
103
- clojureRepo : ${{ inputs.clojureRepo }}
104
- clojureRef : ${{ inputs.clojureRef }}
105
- testCmd : ' -M:test -m kaocha.runner'
106
- testDir : ' .'
107
- subjectRepo : ' lambdaisland/deep-diff'
108
- subjectRef : ' main'
109
84
test-deep-diff2 :
110
85
uses : ./.github/workflows/deps-test.yml
111
86
with :
123
98
testCmd : ' -M:test -m kaocha.runner :unit'
124
99
testDir : ' .'
125
100
subjectRepo : ' lambdaisland/kaocha'
126
- subjectRef : ' master '
101
+ subjectRef : ' main '
127
102
test-ornament :
128
103
uses : ./.github/workflows/deps-test.yml
129
104
with :
@@ -132,7 +107,7 @@ jobs:
132
107
testCmd : ' -M:test -m kaocha.runner'
133
108
testDir : ' .'
134
109
subjectRepo : ' lambdaisland/ornament'
135
- subjectRef : ' master '
110
+ subjectRef : ' main '
136
111
test-uri :
137
112
uses : ./.github/workflows/deps-test.yml
138
113
with :
@@ -150,7 +125,7 @@ jobs:
150
125
testCmd : ' -M:test -m kaocha.runner :clj'
151
126
testDir : ' .'
152
127
subjectRepo : ' lilactown/cascade'
153
- subjectRef : ' master '
128
+ subjectRef : ' main '
154
129
test-pyramid :
155
130
uses : ./.github/workflows/deps-test.yml
156
131
with :
@@ -159,7 +134,7 @@ jobs:
159
134
testCmd : ' -M:test -m kaocha.runner :clj'
160
135
testDir : ' .'
161
136
subjectRepo : ' lilactown/pyramid'
162
- subjectRef : ' master '
137
+ subjectRef : ' main '
163
138
test-rewrite-indented :
164
139
uses : ./.github/workflows/deps-test.yml
165
140
with :
@@ -168,7 +143,7 @@ jobs:
168
143
testCmd : ' -M:dev:test'
169
144
testDir : ' .'
170
145
subjectRepo : ' liquidz/rewrite-indented'
171
- subjectRef : ' master '
146
+ subjectRef : ' main '
172
147
test-testdoc :
173
148
uses : ./.github/workflows/deps-test.yml
174
149
with :
@@ -177,29 +152,26 @@ jobs:
177
152
testCmd : ' -M:dev:test'
178
153
testDir : ' .'
179
154
subjectRepo : ' liquidz/testdoc'
180
- subjectRef : ' master '
155
+ subjectRef : ' main '
181
156
test-midje :
182
157
uses : ./.github/workflows/lein-test.yml
183
158
with :
184
159
clojureRepo : ${{ inputs.clojureRepo }}
185
160
clojureRef : ${{ inputs.clojureRef }}
186
- testCmd : ' midje'
187
161
subjectRepo : ' marick/midje'
188
162
subjectRef : ' master'
189
163
test-suchwow :
190
164
uses : ./.github/workflows/lein-test.yml
191
165
with :
192
166
clojureRepo : ${{ inputs.clojureRepo }}
193
167
clojureRef : ${{ inputs.clojureRef }}
194
- testCmd : ' midje'
195
168
subjectRepo : ' marick/suchwow'
196
169
subjectRef : ' master'
197
170
test-compojure-api :
198
171
uses : ./.github/workflows/lein-test.yml
199
172
with :
200
173
clojureRepo : ${{ inputs.clojureRepo }}
201
174
clojureRef : ${{ inputs.clojureRef }}
202
- testCmd : ' midje'
203
175
subjectRepo : ' metosin/compojure-api'
204
176
subjectRef : ' master'
205
177
test-malli :
0 commit comments