chipsalliance / fpga-tool-perf

FPGA tool performance profiling
https://chipsalliance.github.io/fpga-tool-perf
Apache License 2.0
101 stars 30 forks source link

ci: Prevent skipping errors in pipes #538

Closed rw1nkler closed 1 year ago

rw1nkler commented 1 year ago

Adding bash as a default shell enforces set -eo pipefail, which prevents skipping errors in pipes.

More info is available in the documentation of GitHub Actions Link to a CI job showing that the solution works.