Skip to content

Commit b7136ec

Browse files
author
Guillaume Chau
committed
chore(ci): run tests in separate commands
1 parent ae2e2a3 commit b7136ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ jobs:
3434
key: v3-dependencies-{{ checksum "yarn.lock" }}
3535

3636
# run tests!
37-
- run: yarn test
37+
- run: yarn build
38+
- run: yarn test:eslint
39+
- run: yarn test:types
40+
- run: yarn test:unit
41+
- run: yarn test:e2e
3842

3943
- store_artifacts:
4044
path: tests/demo/tests/e2e/videos

0 commit comments

Comments
 (0)