We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c27124 commit f631c8cCopy full SHA for f631c8c
1 file changed
.github/workflows/debug-stuff.yml
@@ -14,6 +14,16 @@ on:
14
15
jobs:
16
17
+ test-alphabase:
18
+ uses: ./.github/workflows/deps-test.yml
19
+ with:
20
+ clojureRepo: ${{ inputs.clojureRepo }}
21
+ clojureRef: ${{ inputs.clojureRef }}
22
+ testCmd: '-M:test "$@"'
23
+ testDir: '.'
24
+ subjectRepo: 'greglook/alphabase'
25
+ subjectRef: 'main'
26
+
27
## Uses bb to run tests unsure how to override clj version
28
# test-clj-yaml:
29
# uses: ./.github/workflows/deps-test.yml
0 commit comments