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-actions: make workflow more robust. #165

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

marcfehling
Copy link
Member

The current workflow exits upon the first error, shadowing potential failures in other projects.

With this PR, we mark projects that won't build, compile, or test. A stage fails when any project has been marked.

The list of failing projects will be forwarded to the issue template. An exemplary issue looks like this.

@marcfehling marcfehling merged commit 13e03c3 into dealii:master Jan 26, 2024
2 checks passed
@marcfehling marcfehling deleted the ci-robust branch January 26, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants