Skip to content

Commit

Permalink
ci: skip e2e-nightwatch tests for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 27, 2018
1 parent d6f6098 commit 340808b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
steps:
- attach_workspace:
at: ~/
- run: yarn test -p unit-mocha,unit-jest,e2e-nightwatch,e2e-cypress
# e2e-nightwatch was left out due to some unknown issues with selenium and the CI image
- run: yarn test -p unit-mocha,unit-jest,e2e-cypress
- run: yarn test tsPluginE2e

cli-ui:
Expand Down

0 comments on commit 340808b

Please sign in to comment.