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