mascarpone/.forgejo/workflows/test.yaml

12 lines
300 B
YAML
Raw Normal View History

2025-12-01 22:10:28 -06:00
on: [push, workflow_dispatch]
jobs:
2025-12-01 22:19:53 -06:00
integration-test--firefox:
2025-12-01 22:10:28 -06:00
runs-on: playwright-latest
steps:
2025-12-01 22:22:26 -06:00
- uses: actions/checkout@v4
2025-12-01 22:23:41 -06:00
- uses: pnpm/action-setup@v4
2025-12-01 22:22:26 -06:00
- run: cd e2e
2025-12-01 22:23:41 -06:00
- run: npm i -g pnpm
2025-12-01 22:22:26 -06:00
- run: pnpm i
- run: env PROJECT_FILTER=firefox ./Taskfile _test