File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1090,13 +1090,6 @@ jobs:
1090
1090
testDir : ' .'
1091
1091
subjectRepo : ' lambdaisland/clj-diff'
1092
1092
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'
1100
1093
test-puget :
1101
1094
uses : ./.github/workflows/lein-test.yml
1102
1095
with :
Original file line number Diff line number Diff line change 65
65
clojureRef : ${{ inputs.clojureRef }}
66
66
subjectRepo : ' plumatic/schema-generators'
67
67
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'
You can’t perform that action at this time.
0 commit comments