Skip to content

Commit

Permalink
Attempt to set Azure Pipeline job to failed status if any step fails …
Browse files Browse the repository at this point in the history
…and has continueOnError
  • Loading branch information
mysticmind committed Jul 31, 2024
1 parent 4f34db5 commit 91ecee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
DEFAULT_SERIALIZER: $(serializer)
- script: ./build.sh mocha
displayName: mocha
# continueOnError: true
continueOnError: true
env:
DEFAULT_SERIALIZER: $(serializer)
- script: ./build.sh test-base-lib
Expand Down

0 comments on commit 91ecee0

Please sign in to comment.