Commit 840ffa63 authored by ioedeveloper's avatar ioedeveloper

Debug ci

parent f869588f
...@@ -8,7 +8,7 @@ setupRemixd () { ...@@ -8,7 +8,7 @@ setupRemixd () {
echo 'sharing folder: ' echo 'sharing folder: '
echo $PWD echo $PWD
remixd -s $PWD --remix-ide http://127.0.0.1:8080 & remixd -s $PWD --remix-ide http://127.0.0.1:8080 &
cd ../../ cd ..
} }
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}} BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
...@@ -21,7 +21,7 @@ setupRemixd ...@@ -21,7 +21,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 npm run nightwatch_local_chrome $TESTFILES
echo "$TEST_EXITCODE" echo "$TEST_EXITCODE"
......
...@@ -8,7 +8,7 @@ setupRemixd () { ...@@ -8,7 +8,7 @@ setupRemixd () {
echo 'sharing folder: ' echo 'sharing folder: '
echo $PWD echo $PWD
remixd -s $PWD --remix-ide http://127.0.0.1:8080 & remixd -s $PWD --remix-ide http://127.0.0.1:8080 &
cd ../../ cd ..
} }
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}} BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
...@@ -21,7 +21,7 @@ setupRemixd ...@@ -21,7 +21,7 @@ setupRemixd
sleep 5 sleep 5
TESTFILES=$(circleci tests glob "../remix-ide/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_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