File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287
287
cd ui-tests
288
288
npm install
289
289
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" \
290
- npm run cy:run:dashboard -- -- headless --no-sandbox --disable-gpu --disable-dev-shm-usage
290
+ npm run cy:run:dashboard --headless --no-sandbox --disable-gpu --disable-dev-shm-usage
291
291
292
292
- name : Upload UI tests artifacts
293
293
if : ${{ failure() }}
@@ -361,7 +361,7 @@ jobs:
361
361
cd ui-tests
362
362
npm install
363
363
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" \
364
- npm run cy:run:onboarding -- --headless --no-sandbox --disable-gpu --disable-dev-shm-usage
364
+ npm run cy:run:dashboard --headless --no-sandbox --disable-gpu --disable-dev-shm-usage
365
365
366
366
- name : Upload UI tests artifacts
367
367
if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments