playwright in actions
Some checks failed
/ integration-test--firefox (push) Failing after 1s

This commit is contained in:
Robert Perce 2025-12-01 22:19:53 -06:00
parent 4f611b9544
commit 7d4db6367c

View file

@ -1,6 +1,6 @@
on: [push, workflow_dispatch] on: [push, workflow_dispatch]
jobs: jobs:
test: integration-test--firefox:
runs-on: playwright-latest runs-on: playwright-latest
steps: steps:
- run: echo All good! - run: bash -c "cd /e2e && env PROJECT_FILTER=firefox ./Taskfile _test"