From a2533301e8e06cd1b0f0d2ace8eec2900eacb9a5 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Wed, 8 Apr 2020 02:57:31 +0000 Subject: [PATCH] Updated browser_tests.sh file --- ci/browser_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/browser_tests.sh b/ci/browser_tests.sh index 30ad9655ad..661ad53985 100755 --- a/ci/browser_tests.sh +++ b/ci/browser_tests.sh @@ -21,7 +21,7 @@ setupRemixd sleep 5 -npm run nightwatch_parallel & nightwatch_local_runAndDeploy || TEST_EXITCODE=1 +npm run nightwatch_parallel & npm run nightwatch_local_runAndDeploy || TEST_EXITCODE=1 echo "$TEST_EXITCODE" if [ "$TEST_EXITCODE" -eq 1 ]