chore(workflows): comment out Windows smoke tests in installer and release workflows

This commit is contained in:
Steven Enamakel
2026-03-31 10:52:51 -07:00
parent b855ce97fd
commit 11da8f44b7
2 changed files with 13 additions and 13 deletions
+9 -9
View File
@@ -23,13 +23,13 @@ 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: Smoke install.ps1 (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: Run installer dry-run
# shell: pwsh
# run: ./scripts/install.ps1 -DryRun
+4 -4
View File
@@ -221,10 +221,10 @@ jobs:
args: --target x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-gnu
artifact_suffix: ubuntu
- platform: windows-latest
args: --target x86_64-pc-windows-msvc
target: x86_64-pc-windows-msvc
artifact_suffix: windows
# - platform: windows-latest
# args: --target x86_64-pc-windows-msvc
# target: x86_64-pc-windows-msvc
# artifact_suffix: windows
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: