on: [push, workflow_dispatch] jobs: integration-test--firefox: runs-on: playwright-latest steps: - run: bash -c "cd e2e && env PROJECT_FILTER=firefox ./Taskfile _test"