Skip to content

Commit 1432fa0

Browse files
committed
move blocks to intermittent failure due to manifold tests
1 parent 6161e10 commit 1432fa0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,13 +1090,6 @@ jobs:
10901090
testDir: '.'
10911091
subjectRepo: 'lambdaisland/clj-diff'
10921092
subjectRef: 'master'
1093-
test-blocks:
1094-
uses: ./.github/workflows/lein-test.yml
1095-
with:
1096-
clojureRepo: ${{ inputs.clojureRepo }}
1097-
clojureRef: ${{ inputs.clojureRef }}
1098-
subjectRepo: 'greglook/blocks'
1099-
subjectRef: 'main'
11001093
test-puget:
11011094
uses: ./.github/workflows/lein-test.yml
11021095
with:

.github/workflows/test-intermittent-failure.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,10 @@ jobs:
6565
clojureRef: ${{ inputs.clojureRef }}
6666
subjectRepo: 'plumatic/schema-generators'
6767
subjectRef: 'master'
68+
test-blocks:
69+
uses: ./.github/workflows/lein-test.yml
70+
with:
71+
clojureRepo: ${{ inputs.clojureRepo }}
72+
clojureRef: ${{ inputs.clojureRef }}
73+
subjectRepo: 'greglook/blocks'
74+
subjectRef: 'main'

0 commit comments

Comments
 (0)