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 f4a7ebd commit 8dd33c8Copy full SHA for 8dd33c8
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