Skip to content

Commit b7de574

Browse files
committed
Dump directory
1 parent efffa7f commit b7de574

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,17 @@ jobs:
6868
id: test
6969
run: dotnet test --no-build --restore --collect:"XPlat Code Coverage" --logger junit
7070

71+
- name: 'List current directory'
72+
shell: pwsh
73+
run: >
74+
Get-ChildItem -Recurse -Force
75+
7176
- name: 'Create test summary'
7277
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
78+
if: always()
7379
with:
7480
paths: test/**/TestResults.xml
7581
show: "fail, skip"
76-
if: always()
7782

7883
- name: Publish Test Results
7984
uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0

0 commit comments

Comments
 (0)