Remove set pipefail

This commit is contained in:
woodsh17
2025-10-21 10:09:12 -05:00
parent 4dd3a5f8c0
commit 56feb3bb4a

View File

@@ -86,7 +86,6 @@ jobs:
- name: Setup and Run ppi_scaffolds tests
run: |
set -eu pipefail
tar -xvf examples/ppi_scaffolds_subset.tar.gz -C examples
total_chunks=$(nproc)
cd tests
@@ -110,7 +109,7 @@ jobs:
echo "${label_by_pid[$pid]} failed (PID $pid)"
fail=1
else
echo "${label_by_pid[$pid]} passed (PID $pid)"
echo "${label_by_pid[$pid]} passed (PID $pid)"
fi
done