Skip to content

Commit 0575891

Browse files
committed
move nu repos to all tests
1 parent 6820d48 commit 0575891

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/test-against-contrib-and-nu.yml renamed to .github/workflows/test-against-contrib.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Against Contrib and Nu
1+
name: Test Against Contrib
22

33
on:
44
workflow_dispatch:
@@ -83,22 +83,4 @@ jobs:
8383
clojureRepo: ${{ inputs.clojureRepo }}
8484
clojureRef: ${{ inputs.clojureRef }}
8585
subjectRepo: 'clojure/data.csv'
86-
subjectRef: 'master'
87-
88-
test-state-flow:
89-
uses: ./.github/workflows/lein-test.yml
90-
with:
91-
clojureRepo: ${{ inputs.clojureRepo }}
92-
clojureRef: ${{ inputs.clojureRef }}
93-
subjectRepo: 'nubank/state-flow'
94-
subjectRef: 'master'
95-
96-
test-clojure-lsp:
97-
uses: ./.github/workflows/deps-test.yml
98-
with:
99-
clojureRepo: ${{ inputs.clojureRepo }}
100-
clojureRef: ${{ inputs.clojureRef }}
101-
subjectRepo: 'clojure-lsp/clojure-lsp'
102-
subjectRef: 'master'
103-
testDir: './lib'
104-
testCmd: '-M:test'
86+
subjectRef: 'master'

.github/workflows/test-all-the-things.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,3 +906,21 @@ jobs:
906906
testDir: '.'
907907
testCmd: '-A:test -m kaocha.runner'
908908
javaVersion: '["11", "17", "21"]'
909+
910+
test-state-flow:
911+
uses: ./.github/workflows/lein-test.yml
912+
with:
913+
clojureRepo: ${{ inputs.clojureRepo }}
914+
clojureRef: ${{ inputs.clojureRef }}
915+
subjectRepo: 'nubank/state-flow'
916+
subjectRef: 'master'
917+
918+
test-clojure-lsp:
919+
uses: ./.github/workflows/deps-test.yml
920+
with:
921+
clojureRepo: ${{ inputs.clojureRepo }}
922+
clojureRef: ${{ inputs.clojureRef }}
923+
subjectRepo: 'clojure-lsp/clojure-lsp'
924+
subjectRef: 'master'
925+
testDir: './lib'
926+
testCmd: '-M:test'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Required inputs for all actions are the same.
1111
2. The branch, tag or SHA to build and used to run the tests
1212

1313
* [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
14-
* [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
14+
* [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
1515
* [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.
1616
* [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.
1717

0 commit comments

Comments
 (0)