config.yml 285 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 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