Browse Source

update

main
Zelleg 5 years ago
parent
commit
581657a548
  1. 14
      .circleci/config.yml

14
.circleci/config.yml

@ -18,15 +18,11 @@ jobs:
test: test:
steps: steps:
- run: - run:
name: Lint
command: yarn lint
- run:
name: yarn format check
command: yarn format:check
- run:
name: yarn test ci
command: yarn test
name: Lint && format check && test ci
command: >-
yarn lint
yarn format:check
yarn test
workflows: workflows:
version: 2 version: 2
build_and_test: build_and_test:

Loading…
Cancel
Save