Skip to content

Commit

Permalink
Make Windows integration tests CI workflow fail on first test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
popescu-v committed Dec 18, 2024
1 parent 733349b commit dd31783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ jobs:
shell: pwsh
run: |
$ErrorActionPreference = 'Stop'
Set-StrictMode -Version Latest
$PSNativeCommandUseErrorActionPreference = $true
# Refresh environment variables by using the Chocolatey tool
# Otherwise, the env vars set in the registry by the Khiops installer do not get updated
Expand Down

0 comments on commit dd31783

Please sign in to comment.