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
|
|
|
|
|
- run: cd e2e
|
|
|
|
|
- run: pnpm i
|
|
|
|
|
- run: env PROJECT_FILTER=firefox ./Taskfile _test
|