diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b8e1d92..77f1d79 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: npx playwright test + run: bunx playwright test oxlint: runs-on: docker