We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00a27f commit 1646489Copy full SHA for 1646489
.github/workflows/debug-stuff.yml
@@ -48,12 +48,21 @@ jobs:
48
with:
49
clojureRepo: ${{ inputs.clojureRepo }}
50
clojureRef: ${{ inputs.clojureRef }}
51
- testCmd: '-X:test'
+ testCmd: '-M:test:runner'
52
testDir: '.'
53
subjectRepo: 'seancorfield/next-jdbc'
54
subjectRef: 'develop'
55
- javaVersion: '["21"]'
+ javaVersion: '["11", "17", "21"]'
56
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
66
67
## Uses bb to run tests unsure how to override clj version
68
# test-clj-yaml:
0 commit comments