use dynamic command

pull/5370/head
yann300 2 years ago
parent 0c024a73cb
commit e3b23e6e4d
  1. 2
      apps/remix-ide/ci/browser_test.sh
  2. 2
      apps/remix-ide/ci/flaky.sh

@ -11,7 +11,7 @@ TEST_EXITCODE=0
yarn run ganache-cli &
yarn run serve:production &
echo 'sharing folder: ' $PWD '/apps/remix-ide/contracts' &
yarn run remixd &
yarn run remixd -s ./apps/remix-ide/contracts &
sleep 5

@ -21,7 +21,7 @@ TEST_EXITCODE=0
yarn run ganache-cli &
yarn run serve:production &
echo 'sharing folder: ' $PWD '/apps/remix-ide/contracts' &
yarn run remixd &
yarn run remixd -s ./apps/remix-ide/contracts &
npx nx serve remix-ide-e2e-src-local-plugin &
sleep 5

Loading…
Cancel
Save