Skip to content

Commit

Permalink
chore: test building
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryZ committed May 19, 2022
1 parent fca995f commit b9223fb
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
version: 2
jobs:
build:
branches:
only: master

docker:
# specify the version you desire here
- image: circleci/node:12.22-browsers
Expand Down Expand Up @@ -38,15 +41,3 @@ jobs:
# run tests!
- run: npm run cover
- run: codecov
workflows:
version: 2
build-and-test:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master
jobs:
- build

0 comments on commit b9223fb

Please sign in to comment.