Skip to content

Commit 93dc116

Browse files
committed
Trying different memmory config for cypress
1 parent 474bb59 commit 93dc116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,8 @@ jobs:
355355
/sbin/my_init &
356356
cd ui-tests
357357
npm install
358-
npm run cy:run:onboarding
358+
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" \
359+
npm run cy:run:onboarding -- --headless --no-sandbox --disable-gpu --disable-dev-shm-usage
359360
360361
- name: Upload UI tests artifacts
361362
if: ${{ failure() }}

0 commit comments

Comments
 (0)