From d037368e13de171f29142c22d8121d2e22c98bf8 Mon Sep 17 00:00:00 2001 From: Michael Wiencek Date: Sun, 22 Dec 2024 15:26:57 -0600 Subject: [PATCH] Stop Flow after check There's no need to leave the Flow server running once we're done with it. --- docker/musicbrainz-tests/run_js_perl_and_pgtap_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/musicbrainz-tests/run_js_perl_and_pgtap_tests.sh b/docker/musicbrainz-tests/run_js_perl_and_pgtap_tests.sh index 5874c9c265f..5a0c06091dd 100755 --- a/docker/musicbrainz-tests/run_js_perl_and_pgtap_tests.sh +++ b/docker/musicbrainz-tests/run_js_perl_and_pgtap_tests.sh @@ -20,6 +20,7 @@ sudo -E -H -u musicbrainz make -C po test_source echo Checking JavaScript code’s static types with Flow sudo -E -H -u musicbrainz ./node_modules/.bin/flow --quiet +sudo -E -H -u musicbrainz ./node_modules/.bin/flow stop --quiet echo OK echo Checking JavaScript code’s quality and style with ESLint