Skip to content

Commit 8efe10b

Browse files
committed
and fix aliases in cljs test actions
Signed-off-by: Sean Corfield <[email protected]>
1 parent 5becfba commit 8efe10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clojure.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: clojure -X:test
4949

5050
- name: Run ClojureScript tests (Chrome)
51-
run: clojure -Mcljs-test -x chrome-headless
51+
run: clojure -M:cljs-test -x chrome-headless
5252

5353
- name: Run ClojureScript tests (Firefox)
54-
run: clojure -Mcljs-test -x firefox-headless
54+
run: clojure -M:cljs-test -x firefox-headless

0 commit comments

Comments
 (0)