Actualiser .github/workflows/ci.yml
Some checks failed
CI / lint (push) Failing after 8s
CI / build (push) Has been cancelled
CI / e2e (push) Has been cancelled
CI / test (push) Has been cancelled
CI / intent-service-test (push) Has been cancelled

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

View file

@ -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