diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 74e1091..aee16da 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -187,8 +187,7 @@ jobs: run: | cd frontend bun install - - run: apt-get install -y libnss3 libatk-bridge2.0-0 libxss1 libasound2 libgbm1 libgtk-3-0 libxshmfence-dev libxrandr2 libxcomposite1 libxcursor1 libxdamage1 libxi6 - - run: bunx playwright install + - run: bunx playwright install --with-deps working-directory: ./frontend - name: Run Playwright tests working-directory: ./frontend