fixed test artifacts upload
.NET Test / .NET tests (push) Successful in 2m4s

This commit is contained in:
2026-07-12 20:32:51 +04:00
parent 4a7cdd6bf1
commit 46487a4794
+1 -1
View File
@@ -43,6 +43,6 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: test-results name: test-results
path: tests/**/TestResults/**/*.trx path: Raliway.Tests/**/TestResults/**/*.trx
if: ${{ always() }} if: ${{ always() }}
retention-days: 3 retention-days: 3