actions steps
Some checks failed
/ integration-test--firefox (push) Failing after 9s

This commit is contained in:
Robert Perce 2025-12-01 22:22:26 -06:00
parent 348f416c53
commit 84ca0fe720

View file

@ -3,4 +3,7 @@ jobs:
integration-test--firefox: integration-test--firefox:
runs-on: playwright-latest runs-on: playwright-latest
steps: steps:
- run: bash -c "cd e2e && env PROJECT_FILTER=firefox ./Taskfile _test" - uses: actions/checkout@v4
- run: cd e2e
- run: pnpm i
- run: env PROJECT_FILTER=firefox ./Taskfile _test