Skip to content

Commit

Permalink
chore(ci): download test results from different run
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkel committed Feb 7, 2024
1 parent b28d981 commit dc3d4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: test-results
run-id: ${{ github.event.workflow_run.id }}
- uses: dorny/test-reporter@v1
with:
name: Mocha Tests
Expand Down

0 comments on commit dc3d4ed

Please sign in to comment.