From 2c30dde19877b41a9773e7c52b28e03866059b33 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 23 May 2024 11:38:16 +0200 Subject: [PATCH] :paperclip: Disable frontend integration tests --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52ec3b79e..f30fa0076 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,15 +102,15 @@ jobs: yarn install yarn test - - run: - name: "frontend integration tests" - working_directory: "./frontend" - command: | - yarn install - yarn run compile - clojure -M:dev:shadow-cljs compile main - yarn playwright install --with-deps chromium - yarn e2e:test + # - run: + # name: "frontend integration tests" + # working_directory: "./frontend" + # command: | + # yarn install + # yarn run compile + # clojure -M:dev:shadow-cljs compile main + # yarn playwright install --with-deps chromium + # yarn e2e:test - run: name: "backend tests"