Skip to content

Commit

Permalink
comment out a couple more repos
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed May 30, 2024
1 parent 4cf8d82 commit 689ffbd
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/test-all-the-things.yml
Original file line number Diff line number Diff line change
Expand Up @@ -951,21 +951,23 @@ jobs:
testDir: './lib'
testCmd: '-M:test'

test-finagle-clojure:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'finagle/finagle-clojure'
subjectRef: 'master'
# Can't find finagle-clojure artifacts
# test-finagle-clojure:
# uses: ./.github/workflows/lein-test.yml
# with:
# clojureRepo: ${{ inputs.clojureRepo }}
# clojureRef: ${{ inputs.clojureRef }}
# subjectRepo: 'finagle/finagle-clojure'
# subjectRef: 'master'

test-incomplete:
uses: ./.github/workflows/lein-test.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'nrepl/incomplete'
subjectRef: 'master'
# Repo not downloading
# test-incomplete:
# uses: ./.github/workflows/lein-test.yml
# with:
# clojureRepo: ${{ inputs.clojureRepo }}
# clojureRef: ${{ inputs.clojureRef }}
# subjectRepo: 'nrepl/incomplete'
# subjectRef: 'master'

# Requires prep phase to run
# test-pedestal:
Expand Down

0 comments on commit 689ffbd

Please sign in to comment.