Commit 0b10dfc7 authored by ioedeveloper's avatar ioedeveloper Committed by Aniket

Restore circleci build step to run tests for firefox and chrome

parent 6cc2b5ef
...@@ -21,9 +21,8 @@ setupRemixd ...@@ -21,9 +21,8 @@ setupRemixd
sleep 5 sleep 5
npm run nightwatch_local_solidityUnitTests || TEST_EXITCODE=1 npm run nightwatch_parallel || TEST_EXITCODE=1
#npm run nightwatch_parallel || TEST_EXITCODE=1 npm run nightwatch_local_runAndDeploy || TEST_EXITCODE=1
#npm run nightwatch_local_runAndDeploy || TEST_EXITCODE=1
echo "$TEST_EXITCODE" echo "$TEST_EXITCODE"
if [ "$TEST_EXITCODE" -eq 1 ] if [ "$TEST_EXITCODE" -eq 1 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment