We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e54045 commit cc6f64fCopy full SHA for cc6f64f
.github/workflows/dotnet-tests.yml
@@ -33,13 +33,6 @@ jobs:
33
- name: Upload Test Results
34
uses: actions/upload-artifact@v4
35
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/
+ name: test-results
+ path: tests/UnitTests/SharedTests/BlobStorageHelperTests/TestResults/*.trx # ✅ Correct path
+ retention-days: 7
0 commit comments