text(ci): fix unnecessary commands

This commit is contained in:
Guillaume Chau 2019-12-01 22:11:18 +01:00
parent 24fa735842
commit 28552ce0d6

View File

@ -38,8 +38,6 @@ jobs:
- run: cd packages/vue-apollo-option && yarn test:types
- run: cd packages/vue-apollo-option && yarn test:unit
- run: cd packages/vue-apollo-components && yarn test:eslint
- run: cd packages/vue-apollo-components && yarn test:types
- run: cd packages/vue-apollo-components && yarn test:unit
- run: cd packages/test-e2e && yarn test:e2e
- run: cd packages/test-e2e-composition && yarn test:e2e
- run: cd packages/test-ssr && yarn test:e2e