mascarpone/.forgejo/workflows/test.yaml
Robert Perce 6d39468e69
Some checks failed
/ integration-test--firefox (push) Failing after 3s
pnpm i after cd
2025-12-01 22:41:24 -06:00

10 lines
279 B
YAML

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