Unverified Commit 996060f2 authored by yann300's avatar yann300 Committed by GitHub

Update config.yml

parent 73849adc
......@@ -12,7 +12,7 @@ jobs:
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-lib && npm install && npm test
- run: cd remix-lib && npm test
remix-core:
docker:
......@@ -22,7 +22,7 @@ jobs:
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-core && npm install && npm test
- run: cd remix-core && npm test
remix-solidity:
docker:
......@@ -32,7 +32,7 @@ jobs:
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-solidity && npm install && npm test
- run: cd remix-solidity && npm test
remix-debug:
docker:
......@@ -42,7 +42,7 @@ jobs:
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-debug && npm install && npm test
- run: cd remix-debug && npm test
workflows:
version: 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment