mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
chore(workflows): comment out Windows smoke tests in installer and release workflows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user