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 fc8c2ee commit a0b801f
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/debug-stuff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ jobs:
testCmd: './scripts/test.sh clj'
subjectRepo: 'metosin/reitit'
subjectRef: 'master'
test-sieppari:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'metosin/sieppari'
subjectRef: 'master'
test-clj-stacktraces:
uses: ./.github/workflows/lein-test.yml
with:
Expand Down Expand Up @@ -103,15 +96,6 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'pangloss/system.check'
subjectRef: 'master'
test-transducers:
uses: ./.github/workflows/deps-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
testCmd: '-X:test'
testDir: '.'
subjectRepo: 'pangloss/transducers'
subjectRef: 'master'
test-ring-codec:
uses: ./.github/workflows/lein-test.yml
with:
Expand All @@ -129,12 +113,13 @@ jobs:
testDir: '.'
subjectRepo: 'seancorfield/next-jdbc'
subjectRef: 'develop'
javaVersion: '["11", "17", "21"]'
test-timre:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'taoensso/timre'
subjectRepo: 'taoensso/timbre'
subjectRef: 'master'
test-lettercase:
uses: ./.github/workflows/lein-test.yml
Expand All @@ -144,11 +129,11 @@ jobs:
subjectRepo: 'tobereplaced/lettercase'
subjectRef: 'master'
test-datascript:
uses: ./.github/workflows/lein-test.yml
uses: ./.github/workflows/deps-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
testCmd: './script/test_clj.sh'
testCmd: '-X:dev user/-test-main'
subjectRepo: 'tonsky/datascript'
subjectRef: 'master'
test-uberdeps:
Expand Down

0 comments on commit a0b801f

Please sign in to comment.