Skip to content

Commit 396d6ae

Browse files
committed
Changing cypress run parameyters
1 parent af5d638 commit 396d6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
cd ui-tests
288288
npm install
289289
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
291291
292292
- name: Upload UI tests artifacts
293293
if: ${{ failure() }}
@@ -361,7 +361,7 @@ jobs:
361361
cd ui-tests
362362
npm install
363363
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
365365
366366
- name: Upload UI tests artifacts
367367
if: ${{ failure() }}

0 commit comments

Comments
 (0)