Skip to content

Commit

Permalink
move nu repos to all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed May 21, 2024
1 parent 6820d48 commit 0575891
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Against Contrib and Nu
name: Test Against Contrib

on:
workflow_dispatch:
Expand Down Expand Up @@ -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'
subjectRef: 'master'
18 changes: 18 additions & 0 deletions .github/workflows/test-all-the-things.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0575891

Please sign in to comment.