mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
disable testing because don't know how to have a arm64 windows machine on github
This commit is contained in:
parent
f4f5f40911
commit
99f19b2e57
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue