We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58be42 commit debd52aCopy full SHA for debd52a
.github/workflows/Windows.yml
@@ -43,14 +43,14 @@ jobs:
43
- name: Run compileTestSuite.exe
44
run: |
45
cd build\Debug
46
- try {
47
- $process = Start-Process -FilePath ".\compileTestSuite.exe" -PassThru -Wait
48
- Write-Host "Process exited with code $($process.ExitCode)"
49
- } catch {
50
- Write-Host "Error running compileTestSuite.exe:"
51
- Write-Host $_
52
- exit 1
53
- }
+ try {
+ $process = Start-Process -FilePath ".\compileTestSuite.exe" -PassThru -Wait
+ Write-Host "Process exited with code $($process.ExitCode)"
+ } catch {
+ Write-Host "Error running compileTestSuite.exe:"
+ Write-Host $_
+ exit 1
+ }
54
shell: pwsh
55
56
- name: Upload Logs (Optional)
0 commit comments