From f8b825344310f1784e69301966d472ea74bedd9e Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 1 Feb 2022 12:12:16 +0000 Subject: [PATCH] reverted it and run it manually --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f7469b28..743fdbc2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/Cider docker: - - image: mcr.microsoft.com/playwright:focal + - image: circleci/node:16 environment: NODE_ENV: development steps: @@ -32,6 +32,7 @@ jobs: sudo dpkg --add-architecture i386 sudo apt-get update -y sudo apt-get install -y wine32 + yarn playwright install-deps chromium - store_test_results: path: test-results - run: