We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efffa7f commit b7de574Copy full SHA for b7de574
.github/workflows/ci-build.yml
@@ -68,12 +68,17 @@ jobs:
68
id: test
69
run: dotnet test --no-build --restore --collect:"XPlat Code Coverage" --logger junit
70
71
+ - name: 'List current directory'
72
+ shell: pwsh
73
+ run: >
74
+ Get-ChildItem -Recurse -Force
75
+
76
- name: 'Create test summary'
77
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
78
+ if: always()
79
with:
80
paths: test/**/TestResults.xml
81
show: "fail, skip"
- if: always()
82
83
- name: Publish Test Results
84
uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0
0 commit comments