diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2df3da..c265d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: bun install - name: Install Playwright browsers - run: bunx playwright install --with-deps chromium + run: bunx playwright install --with-deps chromium firefox webkit - name: Run e2e tests run: bun run runDemo