Browse Source

Update config.yml

main
NicolasLepinette 6 years ago
committed by GitHub
parent
commit
491a6fc254
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -4,12 +4,10 @@ jobs:
build:
docker:
- image: cimg/node:14.10.1
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var referen>
steps:
- checkout
- run: yarn global add node-gyp && yarn install
- run: yarn global add node-gyp
- run: yarn install
- run: yarn lint
- run: yarn format:check
- run: yarn test:ci

Loading…
Cancel
Save