reverted it and run it manually

This commit is contained in:
Core 2022-02-01 12:12:16 +00:00
parent 0d1d13ec6d
commit f8b8253443
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -3,7 +3,7 @@ jobs:
build: build:
working_directory: ~/Cider working_directory: ~/Cider
docker: docker:
- image: mcr.microsoft.com/playwright:focal - image: circleci/node:16
environment: environment:
NODE_ENV: development NODE_ENV: development
steps: steps:
@ -32,6 +32,7 @@ jobs:
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y wine32 sudo apt-get install -y wine32
yarn playwright install-deps chromium
- store_test_results: - store_test_results:
path: test-results path: test-results
- run: - run: