Skip to content

Commit cc6f64f

Browse files
committed
feat: 7723-testing fix 7
1 parent 4e54045 commit cc6f64f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ jobs:
3333
- name: Upload Test Results
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: test-results
37-
path: TestResults/*.trx
38-
retention-days: 7 # Adjust as needed
39-
40-
- name: Upload Test Logs (if exist)
41-
if: failure()
42-
uses: actions/upload-artifact@v4
43-
with:
44-
name: failed-test-logs
45-
path: TestResults/
36+
name: test-results
37+
path: tests/UnitTests/SharedTests/BlobStorageHelperTests/TestResults/*.trx # ✅ Correct path
38+
retention-days: 7

0 commit comments

Comments
 (0)