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