diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 77f1d79..3a981bb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -187,8 +187,6 @@ jobs: run: | cd frontend bun install - - name: Install Playwright Browsers - run: bunx playwright install --with-deps - name: Run Playwright tests run: bunx playwright test