dealii / code-gallery

A collection of codes based on deal.II contributed by deal.II users
Other
44 stars 54 forks source link

github-actions: make workflow more robust. #165

Closed marcfehling closed 10 months ago

marcfehling commented 10 months ago

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.