Update config.yml

pull/1/head
yann300 7 years ago committed by GitHub
parent dd693ebca8
commit aeb8a5da58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .circleci/config.yml

@ -26,10 +26,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-5-{{ checksum "package.json" }}
- dep-bundle-6-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-5-{{ checksum "package.json" }}
key: dep-bundle-6-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
@ -46,10 +46,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-5-{{ checksum "package.json" }}
- dep-bundle-6-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-5-{{ checksum "package.json" }}
key: dep-bundle-6-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run build_debugger
@ -60,4 +60,4 @@ workflows:
build_all:
jobs:
- remix-ide
- remix-debugger
- remix-debugger

Loading…
Cancel
Save