Updated browser_tests.sh file

pull/1/head
ioedeveloper 5 years ago committed by yann300
parent ce36663249
commit a2533301e8
  1. 2
      ci/browser_tests.sh

@ -21,7 +21,7 @@ setupRemixd
sleep 5 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" echo "$TEST_EXITCODE"
if [ "$TEST_EXITCODE" -eq 1 ] if [ "$TEST_EXITCODE" -eq 1 ]

Loading…
Cancel
Save