chore(ci): run tests in separate commands

This commit is contained in:
Guillaume Chau
2019-09-12 22:29:18 +02:00
parent ae2e2a30d7
commit b7136ec74c
+5 -1
View File
@@ -34,7 +34,11 @@ jobs:
key: v3-dependencies-{{ checksum "yarn.lock" }}
# run tests!
- run: yarn test
- run: yarn build
- run: yarn test:eslint
- run: yarn test:types
- run: yarn test:unit
- run: yarn test:e2e
- store_artifacts:
path: tests/demo/tests/e2e/videos