From 12e88da90148cfd1ad6932861225d2e756a520c4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 17 Nov 2025 15:55:24 +0100 Subject: [PATCH] WIP --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 17e6a25fbc..683c851e35 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -114,7 +114,7 @@ jobs: # uses the same cache as this task so we prepopulate it command: | yarn install - yarn run playwright install chromium + yarn run playwright install chromium --with-deps - run: name: "lint scss on frontend" @@ -249,8 +249,8 @@ jobs: name: "integration tests" working_directory: "./frontend" command: | - yarn run playwright install chromium - yarn run test:e2e -x --workers=4 + yarn run playwright install chromium --with-deps + yarn run test:e2e -x --workers=4 --reporter=line test-backend: docker: