Skip to content

Commit debd52a

Browse files
authored
Update Windows.yml
1 parent e58be42 commit debd52a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/Windows.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
- name: Run compileTestSuite.exe
4444
run: |
4545
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-
}
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+
}
5454
shell: pwsh
5555

5656
- name: Upload Logs (Optional)

0 commit comments

Comments
 (0)