Browse Source

fix(config.yml): ERROR IN CONFIG FILE*

schema violations found
branchofstep-4
sipe-daniel 6 years ago
parent
commit
c736501c63
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -30,7 +30,6 @@ jobs:
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
name: Restore Yarn Package Cache
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run : yarn lint && yarn format:check - run : yarn lint && yarn format:check
test: test:
@ -39,6 +38,5 @@ jobs:
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
name: Restore Yarn Package Cache
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run : yarn test:ci - run : yarn test:ci
Loading…
Cancel
Save