Skip to content

Commit 87e403f

Browse files
committed
remove repo with hardcoded date failing test
1 parent e731697 commit 87e403f

File tree

2 files changed

+8
-29
lines changed

2 files changed

+8
-29
lines changed

.github/workflows/temp.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,14 @@ jobs:
198198
subjectRepo: 'michaelklishin/propertied'
199199
subjectRef: 'master'
200200

201-
test-quartzite:
202-
uses: ./.github/workflows/test-lein-repo.yml
203-
with:
204-
clojureRepo: ${{ inputs.clojureRepo }}
205-
clojureRef: ${{ inputs.clojureRef }}
206-
subjectRepo: 'michaelklishin/quartzite'
207-
subjectRef: 'main'
201+
# NOTE: Failing hardcoded date based test.
202+
# test-quartzite:
203+
# uses: ./.github/workflows/test-lein-repo.yml
204+
# with:
205+
# clojureRepo: ${{ inputs.clojureRepo }}
206+
# clojureRef: ${{ inputs.clojureRef }}
207+
# subjectRepo: 'michaelklishin/quartzite'
208+
# subjectRef: 'main'
208209

209210
test-route-one:
210211
uses: ./.github/workflows/test-lein-repo.yml

0 commit comments

Comments
 (0)