We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f631c8c commit f4918c1Copy full SHA for f4918c1
.github/workflows/debug-stuff.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
clojureRepo: ${{ inputs.clojureRepo }}
21
clojureRef: ${{ inputs.clojureRef }}
22
- testCmd: '-M:test "$@"'
+ testCmd: '-M:test clj'
23
testDir: '.'
24
subjectRepo: 'greglook/alphabase'
25
subjectRef: 'main'
0 commit comments