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

Update config.yml

parent 73849adc
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: npm install && npm run bootstrap - run: npm install && npm run bootstrap
- run: cd remix-lib && npm install && npm test - run: cd remix-lib && npm test
remix-core: remix-core:
docker: docker:
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: npm install && npm run bootstrap - run: npm install && npm run bootstrap
- run: cd remix-core && npm install && npm test - run: cd remix-core && npm test
remix-solidity: remix-solidity:
docker: docker:
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: npm install && npm run bootstrap - run: npm install && npm run bootstrap
- run: cd remix-solidity && npm install && npm test - run: cd remix-solidity && npm test
remix-debug: remix-debug:
docker: docker:
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: npm install && npm run bootstrap - run: npm install && npm run bootstrap
- run: cd remix-debug && npm install && npm test - run: cd remix-debug && npm test
workflows: workflows:
version: 2 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