mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-30 11:00:35 -06:00
docs: build before running e2e tests, because takes long time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user