Actualiser .github/workflows/ci.yml

This commit is contained in:
kyuno 2026-08-27 21:31:07 +02:00
parent cc4278ec68
commit 65b810c85b

View file

@ -141,6 +141,20 @@ jobs:
steps:
- 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/actions/setup-node@v4