When Unit Tests CI Job has a failure, it isn't picked up by the check-tests job (example) due to the continue-on-error: true line in the matrix (here), which causes the job status of the unit tests to show up as success.
This PR removes the checking of the unit-tests job inside check-tests, so this 'failed but showing up as successful' scenario is not happening anymore.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
When
Unit Tests
CI Job has a failure, it isn't picked up by thecheck-tests
job (example) due to thecontinue-on-error: true
line in the matrix (here), which causes the job status of the unit tests to show up assuccess
.This PR removes the checking of the
unit-tests
job insidecheck-tests
, so this 'failed but showing up as successful' scenario is not happening anymore.