Skip to content

Commit

Permalink
report-test-results.yaml: fix artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jul 7, 2023
1 parent b6cbadc commit 5195372
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/report-test-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5195372

Please sign in to comment.