nexus/.github/workflows
Devin Foley 652fa8223e fix: invert reuseExistingServer and remove CI="" workaround
The playwright.config.ts had `reuseExistingServer: !!process.env.CI`
which meant CI would reuse (expect) an existing server while local
dev would start one. This is backwards — in CI Playwright should
manage the server, and in local dev you likely already have one
running.

Flip to `!process.env.CI` and remove the `CI: ""` env override
from the workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 13:49:03 -07:00
..
e2e.yml feat: add Playwright e2e tests for onboarding wizard flow 2026-03-09 08:00:08 -05:00
pr-e2e.yml fix: invert reuseExistingServer and remove CI="" workaround 2026-03-20 13:49:03 -07:00
pr-policy.yml Revert "Merge pull request #707 from paperclipai/nm/premerge-lockfile-refresh" 2026-03-12 12:13:39 -05:00
pr-verify.yml fix: validate canary release path in CI 2026-03-17 15:35:59 -05:00
refresh-lockfile.yml chore: auto-merge lockfile refresh PRs 2026-03-17 15:02:16 -05:00
release-smoke.yml feat: add release smoke workflow 2026-03-18 07:59:32 -05:00
release.yml fix: use origin for github release creation in actions 2026-03-18 09:10:00 -05:00