Files
motia/.npm-cache/_npx/0ebd1cb7ec11dd1f/node_modules/node-cron/.circleci/config.yml
2025-10-19 14:57:07 +00:00

18 lines
285 B
YAML

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