Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthe committed Oct 20, 2020
1 parent 6e144a2 commit 6d1479e
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@ version: 2.1
jobs:
build-1:
docker:
- image: circleci/node:14
- image: circleci/node:8.9.1

steps:
- checkout

- node/with-cache:
steps:
- run: npm install
- run: make test-coverage-1

- coveralls/upload:
parallel: true
flag_name: Test 1
verbose: true
- run: npm install
- run: make test-coverage-1

workflows:
test_parallel_then_upload:
test:
jobs:
- build-1
- build-1:
filters:
tags:
only: /^v.*/

0 comments on commit 6d1479e

Please sign in to comment.