Skip to content

Commit

Permalink
add type tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 10, 2019
1 parent 62486b0 commit 90bc07e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ jobs:
name: Lint
command: yarn lint

test-types:
<<: *defaults
steps:
- attach_workspace:
at: ~/jimp
- run:
name: Test Types
command: yarn tsTest:custom && yarn tsTest:main

build-node6.14:
working_directory: ~/jimp-6.14
docker:
Expand Down Expand Up @@ -115,17 +124,24 @@ workflows:
requires:
- install

- test-types:
requires:
- install

- build-node6.14:
requires:
- lint
- test-types

- build-node8:
requires:
- lint
- test-types

- build-node10:
requires:
- lint
- test-types

- release:
requires:
Expand Down

0 comments on commit 90bc07e

Please sign in to comment.