CI: add pipefail to additional workflow actions.

This commit is contained in:
Jacob Oursland
2023-12-18 09:34:05 -08:00
committed by Adrián Insaurralde Avalos
parent 759930e3aa
commit 2ca6ac4a23
4 changed files with 6 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ runs:
id: runTests
shell: bash -l {0}
run: |
set -o pipefail
${{ inputs.testCommand }} | sed -Ee "/[[:blank:]]*\([[:digit:]]{1,3} %\)[[:blank:]]*/d" | tee -a ${{ inputs.logFile }}
- name: Write report
shell: bash -l {0}