From 835f0fae6adf1e2316b4aa5510e2417952d20790 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 17 Nov 2025 19:20:36 +0100 Subject: [PATCH] WIP: ci --- .github/workflows/test-integration.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index bcc8440f6f..4ff81f0547 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -50,8 +50,7 @@ jobs: yarn run test:e2e -x --workers=4 --reporter=line - name: Upload test result - working-directory: ./frontend uses: actions/upload-artifact@v4 with: name: test-results - path: ./test-results/ + path: frontend/test-results/