branch: externals/hyperbole commit 63ed77a7bad56d801234344d712af442dcde1181 Author: Mats Lidell <mats.lid...@lidells.se> Commit: GitHub <nore...@github.com>
Set pipefail so that makes error code is propagated to the shell (#523) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e04c136698..74b5ee61bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: run: make clean - name: Compile + shell: bash run: | make bin 2>&1 | tee MAKE_BIN_OUTPUT echo "Number of warnings: $(grep "Warning:" MAKE_BIN_OUTPUT | wc -l)" >> $GITHUB_STEP_SUMMARY