mascarpone/.forgejo/workflows/test.yaml
Robert Perce 09cf881488
Some checks failed
/ integration-test--firefox (push) Failing after 4s
pnpm setup with explicit version
2025-12-01 22:43:33 -06:00

12 lines
330 B
YAML

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