Skip to content

Commit f04e669

Browse files
committed
Debugging
1 parent 34d6f39 commit f04e669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debug-stuff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ on:
1313
default: 'master'
1414

1515
jobs:
16-
test-xtdb:
16+
test-debug:
1717
uses: ./.github/workflows/test-deps-repo.yml
1818
with:
1919
clojureRepo: ${{ inputs.clojureRepo }}
2020
clojureRef: ${{ inputs.clojureRef }}
2121
subjectRepo: 'scicloj/metamorph.ml'
22-
subjectRef: 'master'
22+
subjectRef: 'main'
2323
testDir: ''
2424
testCmd: 'bin/kaocha unit'

0 commit comments

Comments
 (0)