pull/5370/head
filip mertens 2 years ago committed by Aniket
parent 3d0e2e9267
commit 83183e0503
  1. 3
      .circleci/config.yml
  2. 1
      apps/remix-ide/ci/browser_test.sh

@ -74,7 +74,6 @@ jobs:
- run: cd dist/libs/remix-tests && yarn add @remix-project/remix-simulator ../../libs/remix-simulator
- run: cd dist/libs/remix-tests && ./bin/remix-tests ./../../../libs/remix-tests/tests/examples_0/assert_ok_test.sol
- run: node dist/libs/remix-tests/bin/remix-tests ./libs/remix-tests/tests/examples_0/assert_ok_test.sol
- run: npx http-server -p 9090 --cors='*' ./node_modules > http.log 2>&1 &
- run: yarn run test:libs
remix-ide-browser:
@ -133,7 +132,6 @@ jobs:
name: Start Selenium
command: yarn run selenium
background: true
- run: npx http-server -p 9090 --cors='*' ./node_modules > http.log 2>&1 &
- run: ./apps/remix-ide/ci/<< parameters.script >> << parameters.browser >> << parameters.jobsize >> << parameters.job >>
- store_test_results:
path: ./reports/tests
@ -180,7 +178,6 @@ jobs:
name: Start Selenium
command: yarn run selenium
background: true
- run: npx http-server -p 9090 --cors='*' ./node_modules > http.log 2>&1 &
- run: ./apps/remix-ide/ci/<< parameters.script >>
- store_test_results:
path: ./reports/tests

@ -8,6 +8,7 @@ BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0
yarn run ganache-cli &
npx http-server -p 9090 --cors='*' ./node_modules &
yarn run serve:production &
echo 'sharing folder: ' $PWD '/apps/remix-ide/contracts' &

Loading…
Cancel
Save