Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failed tests not causing CI to fail #138

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

achim-k
Copy link
Collaborator

@achim-k achim-k commented Jan 24, 2023

Public-Facing Changes

  • Fix failed tests not causing CI to fail

Description
The test commands themselves by default return an exit status of 0 even when there are failed tests. This PR adapts the docker commands such that failing tests result in a non-zero exit code

Fixes #137 (FG-1614)

@achim-k
Copy link
Collaborator Author

achim-k commented Jan 24, 2023

Parameter tests for humble / rolling are failing. I will merge this PR with these build failures such that the status check for subsequent PRs will be correct.

@achim-k achim-k merged commit 09a6119 into main Jan 24, 2023
@achim-k achim-k deleted the achim/fix_failing_tests_status branch January 24, 2023 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Test failures do not cause CI to fail
1 participant