Skip to content

Commit 56feb3b

Browse files
committed
Remove set pipefail
1 parent 4dd3a5f commit 56feb3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
8787
- name: Setup and Run ppi_scaffolds tests
8888
run: |
89-
set -eu pipefail
9089
tar -xvf examples/ppi_scaffolds_subset.tar.gz -C examples
9190
total_chunks=$(nproc)
9291
cd tests
@@ -110,7 +109,7 @@ jobs:
110109
echo "${label_by_pid[$pid]} failed (PID $pid)"
111110
fail=1
112111
else
113-
echo "${label_by_pid[$pid]} passed (PID $pid)"
112+
echo "${label_by_pid[$pid]} passed (PID $pid)"
114113
fi
115114
done
116115

0 commit comments

Comments
 (0)