diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 77f1d79..b8e1d92 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: - name: Install Playwright Browsers run: bunx playwright install --with-deps - name: Run Playwright tests - run: bunx playwright test + run: npx playwright test oxlint: runs-on: docker