diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 276413a..46635f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,6 +141,11 @@ jobs: steps: - uses: https://github.com/actions/checkout@v4 + - name: Install Xvfb and Cypress dependencies + run: | + sudo apt-get update + sudo apt-get install -y xvfb libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth dbus-x11 + - uses: pnpm/action-setup@v4 - uses: https://github.com/actions/setup-node@v4