Skip to content

Commit 56a11c2

Browse files
committed
remove duplicate test
1 parent 0575891 commit 56a11c2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -907,14 +907,6 @@ jobs:
907907
testCmd: '-A:test -m kaocha.runner'
908908
javaVersion: '["11", "17", "21"]'
909909

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-
918910
test-clojure-lsp:
919911
uses: ./.github/workflows/deps-test.yml
920912
with:
@@ -923,4 +915,5 @@ jobs:
923915
subjectRepo: 'clojure-lsp/clojure-lsp'
924916
subjectRef: 'master'
925917
testDir: './lib'
926-
testCmd: '-M:test'
918+
testCmd: '-M:test'
919+

0 commit comments

Comments
 (0)