We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a570b2b commit 4dd3a5fCopy full SHA for 4dd3a5f
1 file changed
.github/workflows/main.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Setup and Run ppi_scaffolds tests
88
run: |
89
- set -euo pipefail
+ set -eu pipefail
90
tar -xvf examples/ppi_scaffolds_subset.tar.gz -C examples
91
total_chunks=$(nproc)
92
cd tests
0 commit comments