From ab3d6c9cc85e13069cc21ba20bae82e3332cb840 Mon Sep 17 00:00:00 2001 From: EYHN Date: Thu, 20 Jun 2024 12:24:12 +0800 Subject: [PATCH] fix(infra): update load test result empty (#7282) --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index f5f8c1284..bb6219834 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -165,7 +165,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-results-e2e-migration - path: ./tests/affine-migration/test-results + path: ./test-results if-no-files-found: ignore unit-test: @@ -449,7 +449,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-results-e2e-server - path: ./tests/affine-cloud/test-results + path: ./test-results if-no-files-found: ignore desktop-test: