Skip to content

Commit 1646489

Browse files
committed
Debugging
1 parent e00a27f commit 1646489

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/debug-stuff.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,21 @@ jobs:
4848
with:
4949
clojureRepo: ${{ inputs.clojureRepo }}
5050
clojureRef: ${{ inputs.clojureRef }}
51-
testCmd: '-X:test'
51+
testCmd: '-M:test:runner'
5252
testDir: '.'
5353
subjectRepo: 'seancorfield/next-jdbc'
5454
subjectRef: 'develop'
55-
javaVersion: '["21"]'
55+
javaVersion: '["11", "17", "21"]'
5656

57+
test-ragtime:
58+
uses: ./.github/workflows/lein-test.yml
59+
with:
60+
clojureRepo: ${{ inputs.clojureRepo }}
61+
clojureRef: ${{ inputs.clojureRef }}
62+
testCmd: 'lein sub test'
63+
subjectRepo: 'weavejester/ragtime'
64+
subjectRef: 'master'
65+
javaVersion: '["11", "17", "21"]'
5766

5867
## Uses bb to run tests unsure how to override clj version
5968
# test-clj-yaml:

0 commit comments

Comments
 (0)