From 47ee52fb70d31ccc8c2b2860a3ec3d4e71ce6ffe Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 29 Oct 2023 13:01:36 -0400 Subject: [PATCH] fix(#29): correct setup script concurrency --- test/setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/setup.sh b/test/setup.sh index a2da7e1..d9310b6 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -15,7 +15,9 @@ npm install -g --silent \ gem install -q rubocop & # Block, homebrew takes the longest time brew install \ - swiftformat swift-format hadolint google-java-format pgformatter fnlfmt ormolu + swiftformat swift-format hadolint google-java-format pgformatter fnlfmt ormolu & + +wait # Install standalone binary packages bin="/home/runner/.local/bin"