[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(infra): update load test result empty (toeverything#7282)
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Jun 20, 2024
1 parent 671fa11 commit ab3d6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ab3d6c9

Please sign in to comment.