From 65b810c85b8c3a631f7644e954ee6ebdcbf5008e Mon Sep 17 00:00:00 2001 From: kyuno Date: Thu, 27 Aug 2026 21:31:07 +0200 Subject: [PATCH] Actualiser .github/workflows/ci.yml --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b34181d..87b2580 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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