-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azure Integration not failing on failed tests (#252)
* Azure Integration not failing on failed tests * Set $ErrorActionPreference = "Stop" [full ci] * Throw error from ps scrippt [full ci] * Simplify [full ci] * Last Exit Code [full ci] * Try [full ci] * Simplify [full ci] * Integration test fix [full ci] * Exit code from PS is boolean [full ci] * Put the rest of the workflow back in * Missing empty line * Another missing empty line Co-authored-by: Plamen Ivanov <[email protected]>
- Loading branch information
Showing
6 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,8 @@ cd ../azure | |
yarn build | ||
yarn integrate | ||
|
||
If ("$?" -ne "True") { | ||
throw "Yarn Integrate Failed" | ||
} | ||
|
||
Start-Sleep -s 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters