Commit aec6bade authored by ioedeveloper's avatar ioedeveloper

Pass through package.json

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