diff --git a/.circleci/config.yml b/.circleci/config.yml index 40ebf1cd27..b174b54899 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,6 @@ jobs: name: Start Selenium command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js background: true - - run: ls - run: ./apps/remix-ide/ci/browser_tests_chrome.sh - store_test_results: path: ./apps/remix-ide/reports/tests diff --git a/apps/remix-ide/ci/browser_tests.sh b/apps/remix-ide/ci/browser_tests.sh index 4fb642052e..1c37beb34e 100755 --- a/apps/remix-ide/ci/browser_tests.sh +++ b/apps/remix-ide/ci/browser_tests.sh @@ -8,7 +8,7 @@ setupRemixd () { echo 'sharing folder: ' echo $PWD ./../node_modules/remixd/bin/remixd -s $PWD --remix-ide http://127.0.0.1:8080 & - cd .. + cd ../../ } BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}} diff --git a/apps/remix-ide/ci/browser_tests_chrome.sh b/apps/remix-ide/ci/browser_tests_chrome.sh index 7e9fc9a99a..978296051a 100755 --- a/apps/remix-ide/ci/browser_tests_chrome.sh +++ b/apps/remix-ide/ci/browser_tests_chrome.sh @@ -8,7 +8,7 @@ setupRemixd () { echo 'sharing folder: ' echo $PWD remixd -s $PWD --remix-ide http://127.0.0.1:8080 & - cd .. + cd ../../ } BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}} diff --git a/apps/remix-ide/ci/browser_tests_firefox.sh b/apps/remix-ide/ci/browser_tests_firefox.sh index aa4afa9e07..1d6bbdc341 100755 --- a/apps/remix-ide/ci/browser_tests_firefox.sh +++ b/apps/remix-ide/ci/browser_tests_firefox.sh @@ -8,7 +8,7 @@ setupRemixd () { echo 'sharing folder: ' echo $PWD remixd -s $PWD --remix-ide http://127.0.0.1:8080 & - cd .. + cd ../../ } BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}} diff --git a/apps/remix-ide/ci/browser_tests_run_deploy.sh b/apps/remix-ide/ci/browser_tests_run_deploy.sh index 363b6764d6..442eb24f94 100755 --- a/apps/remix-ide/ci/browser_tests_run_deploy.sh +++ b/apps/remix-ide/ci/browser_tests_run_deploy.sh @@ -8,7 +8,7 @@ setupRemixd () { echo 'sharing folder: ' echo $PWD remixd -s $PWD --remix-ide http://127.0.0.1:8080 & - cd .. + cd ../../ } BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}