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