Skip to content

Commit dac0bf5

Browse files
author
awb99
committed
cljs test disabled in ci
1 parent f3c357b commit dac0bf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
shell: bash
3333
- name: test-clj
3434
run: clojure -M:test
35-
- name: test-cljs
36-
run: ./cljs-test.sh
35+
# todo: no useable sandbox / chromium
36+
#- name: test-cljs
37+
# run: ./cljs-test.sh
3738
- name: Release
3839
if: success()
3940
# if: github.event_name == 'push'

0 commit comments

Comments
 (0)