.github/workflows/debug-stuff.yml #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Debug | |
on: | |
workflow_dispatch: | |
inputs: | |
clojureRepo: | |
description: "Repository name with owner." | |
required: true | |
default: 'clojure/clojure' | |
clojureRef: | |
description: "The branch, tag or SHA to checkout" | |
required: true | |
default: 'master' | |
jobs: | |
test-clojurescript: | |
uses: ./.github/workflows/deps-test.yml | |
with: | |
clojureRepo: ${{ inputs.clojureRepo }} | |
clojureRef: ${{ inputs.clojureRef }} | |
testCmd: '-M:compiler.test:compiler.test.run' | |
testDir: '.' | |
subjectRepo: 'clojure/clojurescript' | |
subjectRef: 'master' | |
javaVersion: '["11", "17", "21"]' | |
test-spec-alpha2: | |
uses: ./.github/workflows/mvn-test.yml | |
with: | |
clojureRepo: ${{ inputs.clojureRepo }} | |
clojureRef: ${{ inputs.clojureRef }} | |
subjectRepo: 'clojure/spec-alpha2' | |
subjectRef: 'master' | |
test-byte-stream: | |
uses: ./.github/workflows/lein-test.yml | |
with: | |
clojureRepo: ${{ inputs.clojureRepo }} | |
clojureRef: ${{ inputs.clojureRef }} | |
subjectRepo: 'clj-commons/byte-stream' | |
subjectRef: 'master' | |
test-byte-transforms: | |
uses: ./.github/workflows/lein-test.yml | |
with: | |
clojureRepo: ${{ inputs.clojureRepo }} | |
clojureRef: ${{ inputs.clojureRef }} | |
subjectRepo: 'clj-commons/byte-transforms' | |
subjectRef: 'master' | |
test-camel-snake-kebab: | |
uses: ./.github/workflows/lein-test.yml | |
with: | |
clojureRepo: ${{ inputs.clojureRepo }} | |
clojureRef: ${{ inputs.clojureRef }} | |
subjectRepo: 'clj-commons/camel-snake-kebab' | |
subjectRef: 'master' | |
# test-citrus: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/citrus' | |
# subjectRef: 'master' | |
# test-claypoole: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/claypoole' | |
# subjectRef: 'master' | |
# test-clj-yaml: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/clj-yaml' | |
# subjectRef: 'master' | |
# test-digest: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/digest' | |
# subjectRef: 'master' | |
# test-durable-queue: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/durable-queue' | |
# subjectRef: 'master' | |
# test-gloss: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/gloss' | |
# subjectRef: 'master' | |
# test-hickory: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/hickory' | |
# subjectRef: 'master' | |
# test-humanize: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/humanize' | |
# subjectRef: 'master' | |
# test-iapetos: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/iapetos' | |
# subjectRef: 'master' | |
# test-kibit: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/kibit' | |
# subjectRef: 'master' | |
# test-manifold: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/manifold' | |
# subjectRef: 'master' | |
# test-ordered: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/ordered' | |
# subjectRef: 'master' | |
# test-pretty: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/pretty' | |
# subjectRef: 'master' | |
# test-primitive-math: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/primitive-math' | |
# subjectRef: 'master' | |
# test-rewrite-clj: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test-common:kaocha' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/rewrite-clj' | |
# subjectRef: 'master' | |
# test-ring-buffer: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/ring-buffer' | |
# subjectRef: 'master' | |
# test-seesaw: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'run -m lazytest.main test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/seesaw' | |
# subjectRef: 'master' | |
# test-tentacles: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clj-commons/tentacles' | |
# subjectRef: 'master' | |
# test-dom-top: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'aphyr/dom-top' | |
# subjectRef: 'master' | |
# test-sweet-array: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test' | |
# testDir: '.' | |
# subjectRepo: 'athos/sweet-array' | |
# subjectRef: 'master' | |
# test-dynaload: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:clj-test' | |
# testDir: '.' | |
# subjectRepo: 'borkdude/dynaload' | |
# subjectRef: 'master' | |
# test-clara-rules: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'cerner/clara-rules' | |
# subjectRef: 'master' | |
# test-xforms: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test:kaocha' | |
# testDir: '.' | |
# subjectRepo: 'cgrand/xforms' | |
# subjectRef: 'master' | |
# test-clj-kondo: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test' | |
# testDir: '.' | |
# subjectRepo: 'clj-kondo/clj-kondo' | |
# subjectRef: 'master' | |
# test-archimedes: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clojurewerkz/archimedes' | |
# subjectRef: 'master' | |
# test-chash: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clojurewerkz/chash' | |
# subjectRef: 'master' | |
# test-meltdown: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clojurewerkz/meltdown' | |
# subjectRef: 'master' | |
# test-ogre: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clojurewerkz/ogre' | |
# subjectRef: 'master' | |
# test-pantomime: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clojurewerkz/pantomime' | |
# subjectRef: 'master' | |
# test-propertied: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clojurewerkz/propertied' | |
# subjectRef: 'master' | |
# test-quartzite: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clojurewerkz/quartzite' | |
# subjectRef: 'master' | |
# test-validateur: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'clojurewerkz/validateur' | |
# subjectRef: 'master' | |
# test-dtype-next: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:dev-mac-m1:test' | |
# testDir: '.' | |
# subjectRepo: 'cnuerber/dtype-next' | |
# subjectRef: 'master' | |
# test-fern: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test' | |
# testDir: '.' | |
# subjectRepo: 'cognitect-labs/fern' | |
# subjectRef: 'master' | |
# test-vase: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'cognitect-labs/vase' | |
# subjectRef: 'master' | |
# test-clj-http: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test :all' | |
# testDir: '.' | |
# subjectRepo: 'dakrone/clj-http' | |
# subjectRef: 'master' | |
# test-core: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'duct-framework/core' | |
# subjectRef: 'master' | |
# test-typedclojure: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:kaocha:test -m kaocha.runner' | |
# testDir: '.' | |
# subjectRepo: 'frenchy64/typedclojure' | |
# subjectRef: 'master' | |
# test-buddy-auth: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'funcool/buddy-auth' | |
# subjectRef: 'master' | |
# test-buddy-core: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'funcool/buddy-core' | |
# subjectRef: 'master' | |
# test-buddy-hashers: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'funcool/buddy-hashers' | |
# subjectRef: 'master' | |
# test-buddy-sign: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'funcool/buddy-sign' | |
# subjectRef: 'master' | |
# test-cuerdas: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'funcool/cuerdas' | |
# subjectRef: 'master' | |
# test-promesa: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-J-Djdk.tracePinnedThreads=full -J--enable-preview -X:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'funcool/promesa' | |
# subjectRef: 'master' | |
# test-test-chuck: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'gfredericks/test.chuck' | |
# subjectRef: 'master' | |
# test-blocks: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'greglook/blocks' | |
# subjectRef: 'master' | |
# test-clj-multiformats: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'greglook/clj-multiformats' | |
# subjectRef: 'master' | |
# test-cljstyle: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'kaocha' | |
# testDir: '.' | |
# subjectRepo: 'greglook/cljstyle' | |
# subjectRef: 'master' | |
# test-puget: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'greglook/puget' | |
# subjectRef: 'master' | |
# test-clj-http-lite: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test :all' | |
# testDir: '.' | |
# subjectRepo: 'hiredman/clj-http-lite' | |
# subjectRef: 'master' | |
# test-http-kit: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'http-kit/http-kit' | |
# subjectRef: 'master' | |
# test-americano: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test:runner' | |
# testDir: '.' | |
# subjectRepo: 'igjoshua/americano' | |
# subjectRef: 'master' | |
# test-farolero: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:dev:test:runner' | |
# testDir: '.' | |
# subjectRepo: 'igjoshua/farolero' | |
# subjectRef: 'master' | |
# test-jinx: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'juxt/jinx' | |
# subjectRef: 'master' | |
# test-reap: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'juxt/reap' | |
# subjectRef: 'master' | |
# test-tick: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test-clj -m kaocha.runner' | |
# testDir: '.' | |
# subjectRepo: 'juxt/tick' | |
# subjectRef: 'master' | |
# test-zprint: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:cljtest:test' | |
# testDir: '.' | |
# subjectRepo: 'kkinnear/zprint' | |
# subjectRef: 'master' | |
# test-clj-diff: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner' | |
# testDir: '.' | |
# subjectRepo: 'lambdaisland/clj-diff' | |
# subjectRef: 'master' | |
# test-deep-diff: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner' | |
# testDir: '.' | |
# subjectRepo: 'lambdaisland/deep-diff' | |
# subjectRef: 'master' | |
# test-deep-diff2: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner :clj' | |
# testDir: '.' | |
# subjectRepo: 'lambdaisland/deep-diff2' | |
# subjectRef: 'master' | |
# test-kaocha: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner :unit' | |
# testDir: '.' | |
# subjectRepo: 'lambdaisland/kaocha' | |
# subjectRef: 'master' | |
# test-ornament: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner' | |
# testDir: '.' | |
# subjectRepo: 'lambdaisland/ornament' | |
# subjectRef: 'master' | |
# test-uri: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner :clj' | |
# testDir: '.' | |
# subjectRepo: 'lambdaisland/uri' | |
# subjectRef: 'master' | |
# test-cascade: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner :clj' | |
# testDir: '.' | |
# subjectRepo: 'lilactown/cascade' | |
# subjectRef: 'master' | |
# test-pyramid: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner :clj' | |
# testDir: '.' | |
# subjectRepo: 'lilactown/pyramid' | |
# subjectRef: 'master' | |
# test-rewrite-indented: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'liquidz/rewrite-indented' | |
# subjectRef: 'master' | |
# test-testdoc: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'liquidz/testdoc' | |
# subjectRef: 'master' | |
# test-midje: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'midje' | |
# testDir: '.' | |
# subjectRepo: 'marick/midje' | |
# subjectRef: 'master' | |
# test-suchwow: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'midje' | |
# testDir: '.' | |
# subjectRepo: 'marick/suchwow' | |
# subjectRef: 'master' | |
# test-compojure-api: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'midje' | |
# testDir: '.' | |
# subjectRepo: 'metosin/compojure-api' | |
# subjectRef: 'master' | |
# test-kekkonen: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'midje' | |
# testDir: '.' | |
# subjectRepo: 'metosin/kekkonen' | |
# subjectRef: 'master' | |
# test-malli: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner' | |
# testDir: '.' | |
# subjectRepo: 'metosin/malli' | |
# subjectRef: 'master' | |
# test-muuntaja: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'metosin/muuntaja' | |
# subjectRef: 'master' | |
# test-reitit: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'bat-test' | |
# testDir: '.' | |
# subjectRepo: 'metosin/reitit' | |
# subjectRef: 'master' | |
# test-sieppari: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'kaocha' | |
# testDir: '.' | |
# subjectRepo: 'metosin/sieppari' | |
# subjectRef: 'master' | |
# test-tilakone: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'eftest' | |
# testDir: '.' | |
# subjectRepo: 'metosin/tilakone' | |
# subjectRef: 'master' | |
# test-clj-stacktraces: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'mmcgrana/clj-stacktraces' | |
# subjectRef: 'master' | |
# test-netrunner: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'eftest' | |
# testDir: '.' | |
# subjectRepo: 'mtgred/netrunner' | |
# subjectRef: 'master' | |
# test-matcher-combinators: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:dev:clj-test:test-runner' | |
# testDir: '.' | |
# subjectRepo: 'nubank/matcher-combinators' | |
# subjectRef: 'master' | |
# test-pattern: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test:runner' | |
# testDir: '.' | |
# subjectRepo: 'pangloss/pattern' | |
# subjectRef: 'master' | |
# test-pure-conditioning: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test' | |
# testDir: '.' | |
# subjectRepo: 'pangloss/pure-conditioning' | |
# subjectRef: 'master' | |
# test-system-check: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'pangloss/system.check' | |
# subjectRef: 'master' | |
# test-transducers: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'pangloss/transducers' | |
# subjectRef: 'master' | |
# test-datahike: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m kaocha.runner' | |
# testDir: '.' | |
# subjectRepo: 'replikativ/datahike' | |
# subjectRef: 'master' | |
# test-ring-codec: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'ring-clojure/ring-codec' | |
# subjectRef: 'master' | |
# test-next-jdbc: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:test' | |
# testDir: '.' | |
# subjectRepo: 'seancorfield/next-jdbc' | |
# subjectRef: 'master' | |
# test-timre: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'taoensso/timre' | |
# subjectRef: 'master' | |
# test-lettercase: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'tobereplaced/lettercase' | |
# subjectRef: 'master' | |
# test-datascript: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'with-profile test run -m datascript.test/test-clj' | |
# testDir: '.' | |
# subjectRepo: 'tonsky/datascript' | |
# subjectRef: 'master' | |
# test-uberdeps: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-M:test -m uberdeps.test' | |
# testDir: '.' | |
# subjectRepo: 'tonsky/uberdeps' | |
# subjectRef: 'master' | |
# test-lacinia: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'walmartlabs/lacinia' | |
# subjectRef: 'master' | |
# test-cljfmt: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: 'cljfmt' | |
# subjectRepo: 'weavejester/cljfmt' | |
# subjectRef: 'master' | |
# test-eftest: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: 'eftest' | |
# subjectRepo: 'weavejester/eftest' | |
# subjectRef: 'master' | |
# test-environ: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: 'environ' | |
# subjectRepo: 'weavejester/environ' | |
# subjectRef: 'master' | |
# test-ragtime: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'sub test' | |
# testDir: '.' | |
# subjectRepo: 'weavejester/ragtime' | |
# subjectRef: 'master' | |
# test-markdown-clj: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:test' | |
# testDir: '.' | |
# subjectRepo: 'yogthos/markdown-clj' | |
# subjectRef: 'master' | |
# test-selmer: | |
# uses: ./.github/workflows/deps-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: '-X:dev:test' | |
# testDir: '.' | |
# subjectRepo: 'yogthos/selmer' | |
# subjectRef: 'master' | |
# test-automat: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'do clean, javac, compile, test' | |
# testDir: '.' | |
# subjectRepo: 'ztellman/automat' | |
# subjectRef: 'master' | |
# test-clj-radix: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'ztellman/clj-radix' | |
# subjectRef: 'master' | |
# test-proteus: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'ztellman/proteus' | |
# subjectRef: 'master' | |
# test-riddley: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'ztellman/riddley' | |
# subjectRef: 'master' | |
# test-virgil: | |
# uses: ./.github/workflows/lein-test.yml | |
# with: | |
# clojureRepo: ${{ inputs.clojureRepo }} | |
# clojureRef: ${{ inputs.clojureRef }} | |
# testCmd: 'test' | |
# testDir: '.' | |
# subjectRepo: 'ztellman/virgil' | |
# subjectRef: 'master' |