Skip to content

Commit 99f19b2

Browse files
committed
disable testing because don't know how to have a arm64 windows machine on github
1 parent f4f5f40 commit 99f19b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
run: |
6767
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
6868
net start WSearch
69-
- name: Test
70-
run: dotnet test --no-build --verbosity normal -c Release -p:FlowRuntimeIdentifier=win-arm64
69+
# - name: Test
70+
# run: dotnet test --no-build --verbosity normal -c Release -p:FlowRuntimeIdentifier=win-arm64
7171
- name: Perform post_build tasks
7272
shell: pwsh
7373
run: .\Scripts\post_build.ps1 -flowversion "${env:FlowVersion}-build.${env:BUILD_NUMBER}"

0 commit comments

Comments
 (0)