mascarpone/.forgejo/workflows/test.yaml
Robert Perce 348f416c53
Some checks failed
/ integration-test--firefox (push) Failing after 1s
playwright in actions
2025-12-01 22:20:19 -06:00

6 lines
184 B
YAML

on: [push, workflow_dispatch]
jobs:
integration-test--firefox:
runs-on: playwright-latest
steps:
- run: bash -c "cd e2e && env PROJECT_FILTER=firefox ./Taskfile _test"