mascarpone/.forgejo/workflows/test.yaml
Robert Perce 84ca0fe720
Some checks failed
/ integration-test--firefox (push) Failing after 9s
actions steps
2025-12-01 22:22:26 -06:00

9 lines
238 B
YAML

on: [push, workflow_dispatch]
jobs:
integration-test--firefox:
runs-on: playwright-latest
steps:
- uses: actions/checkout@v4
- run: cd e2e
- run: pnpm i
- run: env PROJECT_FILTER=firefox ./Taskfile _test