mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #18767 from overleaf/jpa-fix-frontend-test-split
[web] fix test_frontend_ct_core/editor split when running locally GitOrigin-RevId: 657542b684a8d24b931fede056e1b7ffd8f07fb8
This commit is contained in:
parent
262a92083a
commit
fb27046936
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ services:
|
|||
working_dir: /overleaf/services/web
|
||||
environment:
|
||||
VERBOSE_LOGGING:
|
||||
CYPRESS_SPEC_PATTERN: ${CYPRESS_SPEC_PATTERN:-}
|
||||
CYPRESS_EXCLUDE_SPEC_PATTERN: ${CYPRESS_EXCLUDE_SPEC_PATTERN:-}
|
||||
entrypoint: npm
|
||||
command:
|
||||
- "run"
|
||||
|
|
Loading…
Reference in a new issue