Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Apr 10, 2024
1 parent 34d6f39 commit f04e669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-stuff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:
default: 'master'

jobs:
test-xtdb:
test-debug:
uses: ./.github/workflows/test-deps-repo.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'scicloj/metamorph.ml'
subjectRef: 'master'
subjectRef: 'main'
testDir: ''
testCmd: 'bin/kaocha unit'

0 comments on commit f04e669

Please sign in to comment.