Skip to content

fix: invoke installed acceptance arguments - #96

Merged
pallyoung merged 1 commit into
mainfrom
fix/desktop-acceptance-separator
Aug 12, 2026
Merged

fix: invoke installed acceptance arguments#96
pallyoung merged 1 commit into
mainfrom
fix/desktop-acceptance-separator

Conversation

@pallyoung

Copy link
Copy Markdown
Contributor

What changed

  • invoke installed Desktop acceptance without pnpm's -- separator
  • apply the same invocation to acceptance and production release workflows
  • add workflow regression assertions

Root cause

The npm script directly invokes powershell -File. On GitHub's Windows runner, pnpm forwarded -- to the PowerShell script, where it was parsed as an empty parameter name and failed before the installed Desktop scenario could run.

Validation

  • pnpm exec vitest run --config scripts/vitest.config.ts --environment node scripts/github-workflows.test.ts scripts/verify-desktop-installed-update.test.ts (15 passed)
  • pnpm changeset:validate
  • Biome check on the changed TypeScript test

@pallyoung
pallyoung merged commit 075a5d9 into main Aug 12, 2026
6 checks passed
@pallyoung
pallyoung deleted the fix/desktop-acceptance-separator branch August 12, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant