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

6 lines
185 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"