Skip to content

Commit f631c8c

Browse files
committed
Debugging
1 parent 3c27124 commit f631c8c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/debug-stuff.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ on:
1414

1515
jobs:
1616

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

0 commit comments

Comments
 (0)