We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396d6ae commit 42a0906Copy full SHA for 42a0906
.github/workflows/main.yml
@@ -361,7 +361,7 @@ jobs:
361
cd ui-tests
362
npm install
363
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" \
364
- npm run cy:run:dashboard --headless --no-sandbox --disable-gpu --disable-dev-shm-usage
+ npm run cy:run:onboarding --headless --no-sandbox --disable-gpu --disable-dev-shm-usage
365
366
- name: Upload UI tests artifacts
367
if: ${{ failure() }}
0 commit comments