Skip to content

Commit f4f5f40

Browse files
committed
specify arm64 for test
1 parent cf10e9e commit f4f5f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
6868
net start WSearch
6969
- name: Test
70-
run: dotnet test --no-build --verbosity normal -c Release
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)