From bfeb127e0e40d8a1302f6f04ee335311a6fc7d3e Mon Sep 17 00:00:00 2001 From: Ben Brinckerhoff Date: Mon, 3 Feb 2020 19:47:02 -0700 Subject: [PATCH] Disable CI for CLJS --- .circleci/config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index da1c1d34..8b5c3019 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,7 +76,8 @@ jobs: # command: lein with-profile -dev,+check check 2>&1 | grep -v "form-init.*clj" | bin/check-for-warnings.sh - run: TEST_CHECK_FACTOR=20 lein with-profile test-common test - run: lein clean - - run: lein with-profile test-web cljsbuild once test 2> >(tee -a stderr.log >&2) + # TODO: reenable when CLJS has spec2 implementation + # - run: lein with-profile test-web cljsbuild once test 2> >(tee -a stderr.log >&2) - run: cat stderr.log | grep -v "Options passed to ClojureScript compiler" | bin/check-for-warnings.sh - run: bin/tests - run: bin/golden_master_test.sh @@ -163,9 +164,10 @@ workflows: - test_current: requires: - build - - test_cljs_old: - requires: - - build + # TODO: reenable when CLJS has spec2 implementation + # - test_cljs_old: + # requires: + # - build - test_clj_old: requires: - build