From 425d54e3d9c59e88a5473bf01671e18c19f35eb9 Mon Sep 17 00:00:00 2001 From: Barukimang Date: Mon, 8 Jan 2024 15:26:26 +0300 Subject: [PATCH] debug run command --- .github/workflows/e2e-tests.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 2186c04c3..61fbcd1e4 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -53,11 +53,12 @@ jobs: # run: npx cypress cache clear - name: Start development server and Run E2E Tests - run: | - yarn dev & - sleep 10 # Wait for the server to start; adjust the time as needed - xvfb-run --server-args="-screen 0, 1920x1080x24" - npx synpress run --configFile synpress.config.js --record --key 0c4de406-82ab-48c2-94b1-6267578d2f33 + # run: | + # yarn dev & + # sleep 10 # Wait for the server to start; adjust the time as needed + # xvfb-run --server-args="-screen 0, 1920x1080x24" + # npx synpress run --configFile synpress.config.js --record --key 0c4de406-82ab-48c2-94b1-6267578d2f33 + run: xvfb-run --server-args="-screen 0 1920x1080x24" npx synpress run --configFile synpress.config.js --record --key 0c4de406-82ab-48c2-94b1-6267578d2f33 # uses: cypress-io/github-action@v6 # with: # # cache: false