Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Sep 24, 2024
1 parent deb0fe6 commit fc8c2ee
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions .github/workflows/debug-stuff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,14 @@ jobs:
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
testCmd: 'lein kaocha'
subjectRepo: 'metosin/sieppari'
subjectRef: 'master'
test-clj-stacktraces:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'mmcgrana/clj-stacktraces'
subjectRef: 'main'
test-netrunner:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
testCmd: 'lein kaocha'
subjectRepo: 'mtgred/netrunner'
subjectRepo: 'mmcgrana/clj-stacktrace'
subjectRef: 'master'
test-matcher-combinators:
uses: ./.github/workflows/deps-test.yml
Expand Down Expand Up @@ -137,14 +128,14 @@ jobs:
testCmd: '-X:test'
testDir: '.'
subjectRepo: 'seancorfield/next-jdbc'
subjectRef: 'main'
subjectRef: 'develop'
test-timre:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'taoensso/timre'
subjectRef: 'main'
subjectRef: 'master'
test-lettercase:
uses: ./.github/workflows/lein-test.yml
with:
Expand Down Expand Up @@ -204,27 +195,14 @@ jobs:
testDir: '.'
subjectRepo: 'yogthos/selmer'
subjectRef: 'master'
test-automat:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'ztellman/automat'
subjectRef: 'master'
javaVersion: '["21"]'
test-clj-radix:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'ztellman/clj-radix'
subjectRef: 'master'
test-riddley:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'ztellman/riddley'
subjectRef: 'master'
test-virgil:
uses: ./.github/workflows/deps-test.yml
with:
Expand Down

0 comments on commit fc8c2ee

Please sign in to comment.