attempt 2e9

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

View file

@ -4,8 +4,6 @@ jobs:
working_directory: ~/Cider working_directory: ~/Cider
docker: docker:
- image: circleci/node:16 - image: circleci/node:16
environment:
NODE_ENV: development
steps: steps:
- checkout - checkout
- run: - run:
@ -18,6 +16,9 @@ jobs:
- run: - run:
name: Install Dependencies name: Install Dependencies
command: yarn install --immutable command: yarn install --immutable
- run:
name: Install Playwright
command: yarn playwright install --with-deps
- save_cache: - save_cache:
name: Save Yarn Package Cache name: Save Yarn Package Cache
key: yarn-packages-{{ checksum "yarn.lock" }} key: yarn-packages-{{ checksum "yarn.lock" }}
@ -32,7 +33,6 @@ 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: