CI: Add macOS.

This commit is contained in:
Jacob Oursland
2023-11-30 18:38:15 -07:00
parent f0630a22bf
commit b544e2fa7f
9 changed files with 617 additions and 2 deletions

View File

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