report-test-results.yaml: fix artifact download
This commit is contained in:
Родитель
b6cbadc8ed
Коммит
5195372aed
|
@ -16,12 +16,13 @@ jobs:
|
|||
pull-requests: write
|
||||
steps:
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
workflow: ${{ github.event.workflow_run.workflow_id }}
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
- name: Report tests results
|
||||
uses: AndreyAkinshin/test-reporter@0e2c48ebec2007001dd77dd4bcbcd450b96d5a38
|
||||
if: always()
|
||||
with:
|
||||
name: test-results
|
||||
path: "**/*.trx"
|
||||
|
|
Загрузка…
Ссылка в новой задаче