Skip to content

Commit eece008

Browse files
committed
feat: 7723-testing fix 8
1 parent cc6f64f commit eece008

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ jobs:
3030
run: |
3131
make test-unit
3232
33+
- name: View Test Results in Logs
34+
run: cat /home/runner/work/dtos-cohort-manager/dtos-cohort-manager/tests/UnitTests/SharedTests/BlobStorageHelperTests/TestResults/*.trx
35+
36+
3337
- name: Upload Test Results
3438
uses: actions/upload-artifact@v4
3539
with:
3640
name: test-results
37-
path: tests/UnitTests/SharedTests/BlobStorageHelperTests/TestResults/*.trx # ✅ Correct path
41+
path: /home/runner/work/dtos-cohort-manager/dtos-cohort-manager/tests/UnitTests/SharedTests/BlobStorageHelperTests/TestResults/*.trx # ✅ Correct path
3842
retention-days: 7

0 commit comments

Comments
 (0)