diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87b2580..5d00e16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,18 +142,18 @@ jobs: - 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 + 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