Skip to content
Snippets Groups Projects

CE-1965: fix cicd chokidar filewatchers error

Merged Christina Jenks requested to merge CE-1965-fix-chokidar-errors into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -66,7 +66,7 @@ test-components-chrome:
@@ -66,7 +66,7 @@ test-components-chrome:
stage: test
stage: test
image: $CYPRESS_IMAGE
image: $CYPRESS_IMAGE
script:
script:
- npx cypress run --component --browser chrome
- CHOKIDAR_USEPOLLING=1 npx cypress run --component --browser chrome
artifacts:
artifacts:
when: on_failure
when: on_failure
paths:
paths:
Loading