From ed5ce777b99475b735fda52cf1440b226b548c75 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 3 Aug 2022 08:39:54 +0200 Subject: [PATCH] :paperclip: Uncomment frontend tests on common module --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aaed77fd1..73f5bef6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -79,16 +79,16 @@ 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 (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"