Skip to content

Commit 42a0906

Browse files
authored
Updated run step as onboarding
1 parent 396d6ae commit 42a0906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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:dashboard --headless --no-sandbox --disable-gpu --disable-dev-shm-usage
364+
npm run cy:run:onboarding --headless --no-sandbox --disable-gpu --disable-dev-shm-usage
365365
366366
- name: Upload UI tests artifacts
367367
if: ${{ failure() }}

0 commit comments

Comments
 (0)