Skip to content

Commit

Permalink
Added transit-clj to all-the-things test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Apr 30, 2024
1 parent 584a15f commit 7e72ca1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-all-the-things.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
subjectRepo: 'clojure/java.jdbc'
subjectRef: 'master'

test-transit-clj:
uses: ./.github/workflows/test-mvn-repo.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'cognitect/transit-clj'
subjectRef: 'master'

test-data-json:
uses: ./.github/workflows/test-mvn-repo.yml
with:
Expand Down

0 comments on commit 7e72ca1

Please sign in to comment.