Commit d8616283 authored by ioedeveloper's avatar ioedeveloper

Debug ci

parent d23b434b
...@@ -22,6 +22,7 @@ setupRemixd ...@@ -22,6 +22,7 @@ setupRemixd
sleep 5 sleep 5
TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings) TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
echo TESTFILES
npm run nightwatch_local_chrome $TESTFILES npm run nightwatch_local_chrome $TESTFILES
echo "$TEST_EXITCODE" echo "$TEST_EXITCODE"
......
...@@ -22,6 +22,7 @@ setupRemixd ...@@ -22,6 +22,7 @@ setupRemixd
sleep 5 sleep 5
TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings) TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
echo TESTFILES
npm run nightwatch_local_firefox $TESTFILES npm run nightwatch_local_firefox $TESTFILES
echo "$TEST_EXITCODE" echo "$TEST_EXITCODE"
......
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