We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd3a5f commit 56feb3bCopy full SHA for 56feb3b
1 file changed
.github/workflows/main.yml
@@ -86,7 +86,6 @@ jobs:
86
87
- name: Setup and Run ppi_scaffolds tests
88
run: |
89
- set -eu pipefail
90
tar -xvf examples/ppi_scaffolds_subset.tar.gz -C examples
91
total_chunks=$(nproc)
92
cd tests
@@ -110,7 +109,7 @@ jobs:
110
109
echo "${label_by_pid[$pid]} failed (PID $pid)"
111
fail=1
112
else
113
- echo "✅ ${label_by_pid[$pid]} passed (PID $pid)"
+ echo "${label_by_pid[$pid]} passed (PID $pid)"
114
fi
115
done
116
0 commit comments