Updated browser_tests.sh file

pull/5370/head
ioedeveloper 5 years ago committed by yann300
parent 005fe5b25a
commit cd6ad243f0
  1. 2
      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 ]

Loading…
Cancel
Save