disable testing because don't know how to have a arm64 windows machine on github

This commit is contained in:
Hongtao Zhang 2024-09-23 13:13:23 -05:00
parent f4f5f40911
commit 99f19b2e57

View file

@ -66,8 +66,8 @@ jobs:
run: |
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
net start WSearch
- name: Test
run: dotnet test --no-build --verbosity normal -c Release -p:FlowRuntimeIdentifier=win-arm64
# - name: Test
# run: dotnet test --no-build --verbosity normal -c Release -p:FlowRuntimeIdentifier=win-arm64
- name: Perform post_build tasks
shell: pwsh
run: .\Scripts\post_build.ps1 -flowversion "${env:FlowVersion}-build.${env:BUILD_NUMBER}"