Skip to content

Commit deb0fe6

Browse files
committed
Debug
1 parent 5aa11b0 commit deb0fe6

File tree

1 file changed

+17
-37
lines changed

1 file changed

+17
-37
lines changed

.github/workflows/debug-stuff.yml

Lines changed: 17 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -52,38 +52,30 @@ jobs:
5252
with:
5353
clojureRepo: ${{ inputs.clojureRepo }}
5454
clojureRef: ${{ inputs.clojureRef }}
55-
testCmd: 'bat-test'
55+
testCmd: './scripts/test.sh clj'
5656
subjectRepo: 'metosin/reitit'
5757
subjectRef: 'master'
5858
test-sieppari:
5959
uses: ./.github/workflows/lein-test.yml
6060
with:
6161
clojureRepo: ${{ inputs.clojureRepo }}
6262
clojureRef: ${{ inputs.clojureRef }}
63-
testCmd: 'kaocha'
63+
testCmd: 'lein kaocha'
6464
subjectRepo: 'metosin/sieppari'
6565
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'
7466
test-clj-stacktraces:
7567
uses: ./.github/workflows/lein-test.yml
7668
with:
7769
clojureRepo: ${{ inputs.clojureRepo }}
7870
clojureRef: ${{ inputs.clojureRef }}
7971
subjectRepo: 'mmcgrana/clj-stacktraces'
80-
subjectRef: 'master'
72+
subjectRef: 'main'
8173
test-netrunner:
8274
uses: ./.github/workflows/lein-test.yml
8375
with:
8476
clojureRepo: ${{ inputs.clojureRepo }}
8577
clojureRef: ${{ inputs.clojureRef }}
86-
testCmd: 'eftest'
78+
testCmd: 'lein kaocha'
8779
subjectRepo: 'mtgred/netrunner'
8880
subjectRef: 'master'
8981
test-matcher-combinators:
@@ -103,7 +95,7 @@ jobs:
10395
testCmd: '-M:test:runner'
10496
testDir: '.'
10597
subjectRepo: 'pangloss/pattern'
106-
subjectRef: 'master'
98+
subjectRef: 'main'
10799
test-pure-conditioning:
108100
uses: ./.github/workflows/deps-test.yml
109101
with:
@@ -121,20 +113,13 @@ jobs:
121113
subjectRepo: 'pangloss/system.check'
122114
subjectRef: 'master'
123115
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:
131116
uses: ./.github/workflows/deps-test.yml
132117
with:
133118
clojureRepo: ${{ inputs.clojureRepo }}
134119
clojureRef: ${{ inputs.clojureRef }}
135-
testCmd: '-M:test -m kaocha.runner'
120+
testCmd: '-X:test'
136121
testDir: '.'
137-
subjectRepo: 'replikativ/datahike'
122+
subjectRepo: 'pangloss/transducers'
138123
subjectRef: 'master'
139124
test-ring-codec:
140125
uses: ./.github/workflows/lein-test.yml
@@ -143,6 +128,7 @@ jobs:
143128
clojureRef: ${{ inputs.clojureRef }}
144129
subjectRepo: 'ring-clojure/ring-codec'
145130
subjectRef: 'master'
131+
javaVersion: '["11", "17", "21"]'
146132
test-next-jdbc:
147133
uses: ./.github/workflows/deps-test.yml
148134
with:
@@ -151,14 +137,14 @@ jobs:
151137
testCmd: '-X:test'
152138
testDir: '.'
153139
subjectRepo: 'seancorfield/next-jdbc'
154-
subjectRef: 'master'
140+
subjectRef: 'main'
155141
test-timre:
156142
uses: ./.github/workflows/lein-test.yml
157143
with:
158144
clojureRepo: ${{ inputs.clojureRepo }}
159145
clojureRef: ${{ inputs.clojureRef }}
160146
subjectRepo: 'taoensso/timre'
161-
subjectRef: 'master'
147+
subjectRef: 'main'
162148
test-lettercase:
163149
uses: ./.github/workflows/lein-test.yml
164150
with:
@@ -171,7 +157,7 @@ jobs:
171157
with:
172158
clojureRepo: ${{ inputs.clojureRepo }}
173159
clojureRef: ${{ inputs.clojureRef }}
174-
testCmd: 'with-profile test run -m datascript.test/test-clj'
160+
testCmd: './script/test_clj.sh'
175161
subjectRepo: 'tonsky/datascript'
176162
subjectRef: 'master'
177163
test-uberdeps:
@@ -197,7 +183,7 @@ jobs:
197183
with:
198184
clojureRepo: ${{ inputs.clojureRepo }}
199185
clojureRef: ${{ inputs.clojureRef }}
200-
testCmd: 'sub test'
186+
testCmd: 'lein sub test'
201187
subjectRepo: 'weavejester/ragtime'
202188
subjectRef: 'master'
203189
test-markdown-clj:
@@ -214,7 +200,7 @@ jobs:
214200
with:
215201
clojureRepo: ${{ inputs.clojureRepo }}
216202
clojureRef: ${{ inputs.clojureRef }}
217-
testCmd: '-X:dev:test'
203+
testCmd: '-M:dev:test'
218204
testDir: '.'
219205
subjectRepo: 'yogthos/selmer'
220206
subjectRef: 'master'
@@ -223,7 +209,6 @@ jobs:
223209
with:
224210
clojureRepo: ${{ inputs.clojureRepo }}
225211
clojureRef: ${{ inputs.clojureRef }}
226-
testCmd: 'do clean, javac, compile, test'
227212
subjectRepo: 'ztellman/automat'
228213
subjectRef: 'master'
229214
test-clj-radix:
@@ -233,13 +218,6 @@ jobs:
233218
clojureRef: ${{ inputs.clojureRef }}
234219
subjectRepo: 'ztellman/clj-radix'
235220
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'
243221
test-riddley:
244222
uses: ./.github/workflows/lein-test.yml
245223
with:
@@ -248,9 +226,11 @@ jobs:
248226
subjectRepo: 'ztellman/riddley'
249227
subjectRef: 'master'
250228
test-virgil:
251-
uses: ./.github/workflows/lein-test.yml
229+
uses: ./.github/workflows/deps-test.yml
252230
with:
253231
clojureRepo: ${{ inputs.clojureRepo }}
254232
clojureRef: ${{ inputs.clojureRef }}
255-
subjectRepo: 'ztellman/virgil'
233+
testCmd: '-M:test'
234+
testDir: '.'
235+
subjectRepo: 'clj-commons/virgil'
256236
subjectRef: 'master'

0 commit comments

Comments
 (0)