Skip to content

Commit

Permalink
test(ci): fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Nov 26, 2019
1 parent 81b8a48 commit 708ce8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- run: cd packages/vue-apollo && yarn test:eslint
- run: cd packages/vue-apollo && yarn test:types
- run: cd packages/vue-apollo && yarn test:unit
- run: cd packages/test-e2e yarn test:e2e
- run: cd packages/test-ssr yarn test:e2e
- run: cd packages/test-e2e && yarn test:e2e
- run: cd packages/test-ssr && yarn test:e2e

- store_artifacts:
path: packages/test-e2e/tests/e2e/videos
Expand Down

0 comments on commit 708ce8d

Please sign in to comment.