Skip to content

Commit 584a15f

Browse files
committed
Debug adding transit-clj
1 parent d41ca9b commit 584a15f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/debug-stuff.yml

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

1515
jobs:
16-
test-debug:
17-
uses: ./.github/workflows/test-deps-repo.yml
16+
test-transit-clj:
17+
uses: ./.github/workflows/test-mvn-repo.yml
1818
with:
1919
clojureRepo: ${{ inputs.clojureRepo }}
2020
clojureRef: ${{ inputs.clojureRef }}
21-
subjectRepo: 'scicloj/metamorph.ml'
22-
subjectRef: 'main'
23-
testDir: '.'
24-
testCmd: '-A:test -m kaocha.runner'
25-
javaVersion: '["11", "17", "21"]'
21+
subjectRepo: 'cognitect/transit-clj'
22+
subjectRef: 'master'

0 commit comments

Comments
 (0)