From 15dd58d2df4edfd45aeaa2e214883319b56bbcf2 Mon Sep 17 00:00:00 2001 From: Egor Zalenski Date: Tue, 29 Oct 2024 14:54:01 +0100 Subject: [PATCH] try --- .github/e2e/test.app.sh | 2 +- .github/workflows/tests-e2e-linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/e2e/test.app.sh b/.github/e2e/test.app.sh index d4a7e957..9836de98 100755 --- a/.github/e2e/test.app.sh +++ b/.github/e2e/test.app.sh @@ -12,5 +12,5 @@ docker compose -f tests/e2e/rte.docker-compose.yml up --force-recreate -d -V # Run tests # RI_SOCKETS_CORS=true xvfb-run --auto-servernum yarn --cwd tests/e2e dotenv -e .ci.env yarn --cwd tests/e2e test:ci RI_SOCKETS_CORS=true \ -xvfb-run --auto-servernum \ +xvfb-run --auto-servernum \ yarn --cwd tests/e2e dotenv -e .ci.env yarn --cwd tests/e2e test:ci diff --git a/.github/workflows/tests-e2e-linux.yml b/.github/workflows/tests-e2e-linux.yml index f75ae7f7..15ce4364 100644 --- a/.github/workflows/tests-e2e-linux.yml +++ b/.github/workflows/tests-e2e-linux.yml @@ -107,7 +107,7 @@ jobs: if: always() with: name: screenshots-${{ matrix.parallel }} - path: test-resources/screenshots + path: tests/e2e/test-resources/screenshots # - name: Upload Test Report # uses: actions/upload-artifact@v4