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

github/workflows: keep running tests even if the previous step failed #647

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

dupremathieu
Copy link
Member

This patch adds a condition to the jobs that launch the tests to make sure all the tests are run even if the previous step failed. Without this condition, the tests would not run if the previous step failed and the report generation would fail.

This patch adds a condition to the jobs that launch the tests to make
sure all the tests are run even if the previous step failed. Without
this condition, the tests would not run if the previous step failed and
the report generation would fail.

Signed-off-by: Mathieu Dupré <[email protected]>
@dupremathieu dupremathieu added bug Something isn't working Yocto Debian labels Dec 4, 2024
@dupremathieu dupremathieu requested a review from eroussy December 4, 2024 13:19
@dupremathieu dupremathieu self-assigned this Dec 4, 2024
@dupremathieu dupremathieu merged commit 45d1009 into main Dec 4, 2024
3 checks passed
@dupremathieu dupremathieu deleted the test-keep-going branch December 4, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Debian Yocto
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants