Actualiser .github/workflows/ci.yml
This commit is contained in:
parent
65b810c85b
commit
d7cb885ddb
1 changed files with 12 additions and 12 deletions
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
|
|
@ -142,18 +142,18 @@ jobs:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Cypress dependencies (Xvfb)
|
- name: Install Cypress dependencies (Xvfb)
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
xvfb \
|
xvfb \
|
||||||
libgtk2.0-0 \
|
libgtk2.0-0 \
|
||||||
libgtk-3-0 \
|
libgtk-3-0 \
|
||||||
libgbm-dev \
|
libgbm-dev \
|
||||||
libnotify-dev \
|
libnotify-dev \
|
||||||
libnss3 \
|
libnss3 \
|
||||||
libxss1 \
|
libxss1 \
|
||||||
libasound2 \
|
libasound2 \
|
||||||
libxtst6 \
|
libxtst6 \
|
||||||
xauth
|
xauth
|
||||||
|
|
||||||
- uses: https://github.com/pnpm/action-setup@v4
|
- uses: https://github.com/pnpm/action-setup@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue