pull/2868/head
filip mertens 2 years ago
parent 88f9959340
commit 15d672473a
  1. 2
      apps/remix-ide/ci/browser_tests_etherscan_plugin.sh
  2. 2
      apps/remix-ide/ci/browser_tests_vyper_plugin.sh

@ -6,7 +6,7 @@ BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0
npx nx build etherscan
yarn build etherscan
yarn run serve:production &
npx nx serve etherscan &

@ -6,7 +6,7 @@ BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0
nx build vyper
yarn build vyper
yarn run serve:production &
npx nx serve vyper &

Loading…
Cancel
Save