docs: build before running e2e tests, because takes long time

This commit is contained in:
Gleb Bahmutov
2017-07-07 12:24:27 -04:00
parent fcf5b014c0
commit 3f703dd31d

View File

@@ -217,7 +217,7 @@ jobs:
steps:
- restore_cache:
key: cypress-monorepo-{{ .Branch }}-{{ .Revision }}
- run: cd docs && npm run test-e2e
- run: cd docs && npm run build && npm run test-e2e
"driver-unit-tests":
<<: *defaults