diff --git a/.circleci/config.yml b/.circleci/config.yml index 52ec3b79e2..f30fa00761 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"