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:
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 :
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments