From d08891cffaed8f0b57ac4499a6bc711d049ec0ed Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 3 Jan 2022 09:10:18 +0100 Subject: [PATCH] :bug: Disable running frontend tests in node --- .circleci/config.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3fd0d9c46..71f32f449 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,13 +76,21 @@ jobs: environment: PATH: /usr/local/nodejs/bin/:/usr/local/bin:/bin:/usr/bin + # - run: + # working_directory: "./common" + # name: common tests (cljs) + # command: | + # yarn install + # yarn run compile-test + # node target/test.js + # + # environment: + # PATH: /usr/local/nodejs/bin/:/usr/local/bin:/bin:/usr/bin + - run: working_directory: "./common" - name: common tests + name: common tests (clj) command: | - yarn install - yarn run compile-test - node target/test.js clojure -X:dev:test environment: