Skip to content

Commit 7e72ca1

Browse files
committed
Added transit-clj to all-the-things test workflow
1 parent 584a15f commit 7e72ca1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-all-the-things.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ jobs:
6161
subjectRepo: 'clojure/java.jdbc'
6262
subjectRef: 'master'
6363

64+
test-transit-clj:
65+
uses: ./.github/workflows/test-mvn-repo.yml
66+
with:
67+
clojureRepo: ${{ inputs.clojureRepo }}
68+
clojureRef: ${{ inputs.clojureRef }}
69+
subjectRepo: 'cognitect/transit-clj'
70+
subjectRef: 'master'
71+
6472
test-data-json:
6573
uses: ./.github/workflows/test-mvn-repo.yml
6674
with:

0 commit comments

Comments
 (0)