mascarpone/.forgejo/workflows/test.yaml
Robert Perce db5a900f5c
Some checks failed
/ integration-test--firefox (push) Failing after 4s
add pnpm setup?
2025-12-01 22:23:41 -06:00

11 lines
300 B
YAML

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