jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Ignored failed tests in Github pipeline #57

Closed t-andrews closed 3 years ago

t-andrews commented 3 years ago

Describe the bug Failing tests don't make the Build and Test check fail in the Github pipeline for Pull Requests.

To Reproduce Steps to reproduce the behavior:

  1. Introduce failing test(s) in a branch
  2. Commit and push to the remote
  3. Create a Pull request, which triggers the pipeline execution
  4. When the pipeline execution is completed, the tests fail, but the PR is still marked as valid

Expected behavior The pipeline execution should be marked as failed and block the PR from being potentially merged