Specify full path of shared folder

pull/454/head
ioedeveloper 4 years ago
parent 4239318552
commit 55ce0df0c7
  1. 6
      apps/remix-ide/ci/browser_tests_chrome.sh
  2. 6
      apps/remix-ide/ci/browser_tests_firefox.sh

@ -8,8 +8,10 @@ TEST_EXITCODE=0
npm run ganache-cli & npm run ganache-cli &
npm run serve & npm run serve &
echo 'sharing folder: apps/remix-ide/contracts' & echo 'sharing folder: ' &
npm run remixd echo $PWD &
echo '/apps/remix-ide/contracts' &
npm run remixd &
sleep 5 sleep 5

@ -8,8 +8,10 @@ TEST_EXITCODE=0
npm run ganache-cli & npm run ganache-cli &
npm run serve & npm run serve &
echo 'sharing folder: apps/remix-ide/contracts' & echo 'sharing folder: ' &
npm run remixd echo $PWD &
echo '/apps/remix-ide/contracts' &
npm run remixd &
sleep 5 sleep 5

Loading…
Cancel
Save