Browse Source

debug lint

main
Tarskan 5 years ago
parent
commit
8ee7fef451
  1. 18
      .circleci/config.yml

18
.circleci/config.yml

@ -33,12 +33,12 @@ jobs:
- checkout
- run: yarn lint
- run: yarn format:check
job3:
docker:
- image: cimg/node:14.15.0 # the primary container, where your job's commands are run
auth:
username: $AUTH_DOCKER
password: $PSW_DOCKER # context / project UI env-var reference
steps:
- checkout
- run: yarn test:ci
# job3:
# docker:
# - image: cimg/node:14.15.0 # the primary container, where your job's commands are run
# auth:
# username: $AUTH_DOCKER
# password: $PSW_DOCKER # context / project UI env-var reference
# steps:
# - checkout
# - run: yarn test:ci
Loading…
Cancel
Save