Skip to content

Commit e00a27f

Browse files
committed
Debugging
1 parent f4918c1 commit e00a27f

File tree

3 files changed

+42
-9
lines changed

3 files changed

+42
-9
lines changed

.github/workflows/debug-stuff.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,37 @@ jobs:
2424
subjectRepo: 'greglook/alphabase'
2525
subjectRef: 'main'
2626

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+
2758
## Uses bb to run tests unsure how to override clj version
2859
# test-clj-yaml:
2960
# uses: ./.github/workflows/deps-test.yml

.github/workflows/test-all-the-things.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ jobs:
467467
clojureRef: ${{ inputs.clojureRef }}
468468
subjectRepo: 'ring-clojure/ring-mock'
469469
subjectRef: 'master'
470+
javaVersion: '["11", "17", "21"]'
470471
test-ring-ssl:
471472
uses: ./.github/workflows/lein-test.yml
472473
with:
@@ -1247,15 +1248,6 @@ jobs:
12471248
testDir: '.'
12481249
subjectRepo: 'nubank/matcher-combinators'
12491250
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'
12591251
test-pure-conditioning:
12601252
uses: ./.github/workflows/deps-test.yml
12611253
with:

.github/workflows/test-intermittent-failure.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,13 @@ jobs:
3131
clojureRef: ${{ inputs.clojureRef }}
3232
subjectRepo: 'clj-commons/manifold'
3333
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'

0 commit comments

Comments
 (0)