You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
285 B

version: 2.1
jobs:
test:
docker:
- image: cimg/node:17.4
environment:
TZ: "America/Sao_Paulo"
steps:
- checkout
- run: npm install
- run: COVERALLS_GIT_BRANCH=$CIRCLE_BRANCH npm run check
workflows:
build:
jobs:
- test