Skip to content

Commit a94c510

Browse files
authored
Update run-tests.yml
fix download path for test reports
1 parent f903fca commit a94c510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
- uses: actions/download-artifact@v2
119119
with:
120120
name: test-reports
121+
path: test-reports
121122
- name: Publish Test Report
122123
uses: EnricoMi/publish-unit-test-result-action@v1
123124
if: always()

0 commit comments

Comments
 (0)