pull/3404/head
filip mertens 2 years ago committed by Aniket
parent e79237f1c3
commit 002a665d98
  1. 6
      .circleci/config.yml

@ -74,7 +74,7 @@ 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: http-server -p 9090 --cors='*' ./node_modules
- run: npx http-server -p 9090 --cors='*' ./node_modules
- run: yarn run test:libs
remix-ide-browser:
@ -133,7 +133,7 @@ jobs:
name: Start Selenium
command: yarn run selenium
background: true
- run: http-server -p 9090 --cors='*' ./node_modules
- run: npx http-server -p 9090 --cors='*' ./node_modules
- run: ./apps/remix-ide/ci/<< parameters.script >> << parameters.browser >> << parameters.jobsize >> << parameters.job >>
- store_test_results:
path: ./reports/tests
@ -180,7 +180,7 @@ jobs:
name: Start Selenium
command: yarn run selenium
background: true
- run: http-server -p 9090 --cors='*' ./node_modules
- run: npx http-server -p 9090 --cors='*' ./node_modules
- run: ./apps/remix-ide/ci/<< parameters.script >>
- store_test_results:
path: ./reports/tests

Loading…
Cancel
Save