We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2973a56 commit 2bc68ecCopy full SHA for 2bc68ec
tests/docker/run-unit-tests.sh
@@ -1,4 +1,8 @@
1
-pnpm run test;
+(
2
+ set -e
3
+ pnpm run pretty:check
4
+ pnpm run test
5
+);
6
EXIT_CODE=$?;
7
if [[ "$EXIT_CODE" == "0" ]]; then
8
kill -s SIGINT `cat /var/run/supervisor/supervisord.pid`;
0 commit comments