From 86bbfde19ed8837f548e299a99888ff1408128e7 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 3 Dec 2021 11:09:01 +0100 Subject: [PATCH] :paperclip: More fixes on ci config. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f1ceee6c82..3fd0d9c465 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,8 +81,8 @@ jobs: name: common tests command: | yarn install - clojure -M:dev:shadow-cljs compile test - node target/tests.js + yarn run compile-test + node target/test.js clojure -X:dev:test environment: