Skip to content

Commit 1e5c9b3

Browse files
committed
Fix path in upload of testing artifacts
1 parent 3a4fc92 commit 1e5c9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/upload-artifact@v4
125125
with:
126126
name: test-results-integration-slow-${{ matrix.server }}
127-
path: TestResults/test-integration-slow-results.trx
127+
path: src/Weaviate.Client.Tests/TestResults/test-integration-slow-results.trx
128128
retention-days: 3
129129

130130
- name: stop weaviate

0 commit comments

Comments
 (0)