fix(windows): align install.ps1 MSI with per-machine scope (#913) (#1187)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Mega Mind
2026-05-04 10:49:43 -07:00
committed by GitHub
co-authored by Cursor
parent 8f38f4e582
commit 13fa917d96
4 changed files with 199 additions and 31 deletions
+13 -9
View File
@@ -23,13 +23,17 @@ jobs:
- name: Run installer dry-run
run: bash scripts/install.sh --dry-run --verbose
# smoke-windows:
# name: Smoke install.ps1 (windows-latest)
# runs-on: windows-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
smoke-windows:
name: install.ps1 tests + dry-run (windows-latest)
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# - name: Run installer dry-run
# shell: pwsh
# run: ./scripts/install.ps1 -DryRun
- name: Unit tests (MSI args / asset selection)
shell: pwsh
run: pwsh -NoProfile -File ./scripts/tests/OpenHumanWindowsInstall.Tests.ps1
- name: Run installer dry-run
shell: pwsh
run: ./scripts/install.ps1 -DryRun