Skip to content

Commit d490ba1

Browse files
committed
add cypress deps
1 parent 5e5c8c2 commit d490ba1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- v1-deps
2626
- run: |
2727
sudo apt-get update
28-
sudo apt-get --yes install libx11-dev libxkbfile-dev
28+
sudo apt-get --yes install libx11-dev libxkbfile-dev libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb python-is-python3
29+
2930
# - setup_remote_docker:
3031
# version: 20.10.2
3132
# docker_layer_caching: false
@@ -45,7 +46,7 @@ jobs:
4546
- run: node --version
4647
- run: python --version
4748
- run: docker ps
48-
- run: yarn
49+
- run: yarn install --frozen-lockfile
4950
- save_cache:
5051
key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
5152
paths:

0 commit comments

Comments
 (0)