diff --git a/.github/workflows/test-against-contrib-and-nu.yml b/.github/workflows/test-against-contrib.yml similarity index 80% rename from .github/workflows/test-against-contrib-and-nu.yml rename to .github/workflows/test-against-contrib.yml index fea17ad..5c35fcd 100644 --- a/.github/workflows/test-against-contrib-and-nu.yml +++ b/.github/workflows/test-against-contrib.yml @@ -1,4 +1,4 @@ -name: Test Against Contrib and Nu +name: Test Against Contrib on: workflow_dispatch: @@ -83,22 +83,4 @@ jobs: clojureRepo: ${{ inputs.clojureRepo }} clojureRef: ${{ inputs.clojureRef }} subjectRepo: 'clojure/data.csv' - subjectRef: 'master' - - test-state-flow: - uses: ./.github/workflows/lein-test.yml - with: - clojureRepo: ${{ inputs.clojureRepo }} - clojureRef: ${{ inputs.clojureRef }} - subjectRepo: 'nubank/state-flow' - subjectRef: 'master' - - test-clojure-lsp: - uses: ./.github/workflows/deps-test.yml - with: - clojureRepo: ${{ inputs.clojureRepo }} - clojureRef: ${{ inputs.clojureRef }} - subjectRepo: 'clojure-lsp/clojure-lsp' - subjectRef: 'master' - testDir: './lib' - testCmd: '-M:test' \ No newline at end of file + subjectRef: 'master' \ No newline at end of file diff --git a/.github/workflows/test-all-the-things.yml b/.github/workflows/test-all-the-things.yml index 760f360..c7cfae8 100644 --- a/.github/workflows/test-all-the-things.yml +++ b/.github/workflows/test-all-the-things.yml @@ -906,3 +906,21 @@ jobs: testDir: '.' testCmd: '-A:test -m kaocha.runner' javaVersion: '["11", "17", "21"]' + + test-state-flow: + uses: ./.github/workflows/lein-test.yml + with: + clojureRepo: ${{ inputs.clojureRepo }} + clojureRef: ${{ inputs.clojureRef }} + subjectRepo: 'nubank/state-flow' + subjectRef: 'master' + + test-clojure-lsp: + uses: ./.github/workflows/deps-test.yml + with: + clojureRepo: ${{ inputs.clojureRepo }} + clojureRef: ${{ inputs.clojureRef }} + subjectRepo: 'clojure-lsp/clojure-lsp' + subjectRef: 'master' + testDir: './lib' + testCmd: '-M:test' \ No newline at end of file diff --git a/README.md b/README.md index bdc5387..b1745ab 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Required inputs for all actions are the same. 2. The branch, tag or SHA to build and used to run the tests * [test-against-datomic](https://github.com/clojure/test.regression/actions/workflows/test-against-datomic.yml): Runtime ~4 min. Runs basic smoke test against datomic-local and datomic-pro -* [test-against-contrib-and-nu](https://github.com/clojure/test.regression/actions/workflows/test-against-contrib-and-nu.yml): Runtime ~4 min. Run tests in contrib repos and open source Nubank repos +* [test-against-contrib](https://github.com/clojure/test.regression/actions/workflows/test-against-contrib-and-nu.yml): Runtime ~4 min. Run tests in contrib repos * [test-all-the-things](https://github.com/clojure/test.regression/actions/workflows/test-all-the-things.yml): Runtime ~30 min. Run test in over one hundred community repositories. * [test-pinned-repos](https://github.com/clojure/test.regression/actions/workflows/test-pinned-repos.yml): Runtime ~4 min. Run tests against repositories that require pinned SHAs.