add bash -o pipefail

This commit is contained in:
jstoobysmith 2024-06-26 08:49:32 -04:00
parent 6775ae17f1
commit 07e9c65861

View file

@ -39,7 +39,7 @@ jobs:
- name: check file imports
run: |
env LEAN_ABORT_ON_PANIC=1 lake exe check_file_imports
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake exe check_file_imports"
- name: lint HepLean
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}