Changed path in browser.sh

pull/3/head
ioedeveloper 5 years ago
parent bf1cf7820b
commit d23b434b5f
  1. 1
      .circleci/config.yml
  2. 2
      apps/remix-ide/ci/browser_tests.sh
  3. 2
      apps/remix-ide/ci/browser_tests_chrome.sh
  4. 2
      apps/remix-ide/ci/browser_tests_firefox.sh
  5. 2
      apps/remix-ide/ci/browser_tests_run_deploy.sh

@ -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

@ -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}}

@ -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}}

@ -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}}

@ -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}}

Loading…
Cancel
Save