File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99 paths-ignore :
1010 - " **.md"
11+ workflow_dispatch :
1112
1213jobs :
1314 build :
99100 disk-size : 4096M
100101 emulator-options : -no-snapshot-save -no-window -accel on -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
101102 disable-animations : false
102- script : pwsh scripts/device-test.ps1 android -Run -Tfm ${{ matrix.tfm }}
103+ script : pwsh scripts/device-test.ps1 android -Run -Tfm ${{ matrix.tfm }} -Verbose
103104
104105 - name : Upload results
105106 if : success() || failure()
Original file line number Diff line number Diff line change 88 pull_request :
99 paths-ignore :
1010 - " **.md"
11+ workflow_dispatch :
1112
1213jobs :
1314 ios-tests :
Original file line number Diff line number Diff line change 8686 {
8787 if (! (Get-Command xharness - ErrorAction SilentlyContinue))
8888 {
89- Push-Location ($CI ? $env: RUNNER_TEMP : $IsWindows ? $env: TMP : $IsMacos ? $env: TMPDIR : ' /temp ' )
89+ Push-Location ($CI ? $env: RUNNER_TEMP : $IsWindows ? $env: TMP : $IsMacos ? $env: TMPDIR : ' /tmp ' )
9090 dotnet tool install Microsoft.DotNet.XHarness.CLI -- global -- version ' 10.0.0-prerelease.25412.1' `
9191 -- add-source https:// pkgs.dev.azure.com / dnceng/ public/ _packaging/ dotnet- eng/ nuget/ v3/ index.json
9292 Pop-Location
You can’t perform that action at this time.
0 commit comments