Skip to content

Commit aa71d4d

Browse files
committed
ci: attempt manual download of coverage artifact
1 parent c9bd51d commit aa71d4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr-reporting.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
name: JEST Tests # Name of the check run which will be created
1818
path: junit.xml # Path to test results
1919
reporter: jest-junit # Format of test results
20-
- name: Download coverage artifact
21-
uses: actions/download-artifact@v3
22-
with:
23-
name: coverage
24-
path: coverage
20+
- name: Download coverage artifacts with cli
21+
run: |
22+
gh run download {{ github.context.payload.workflow_run.id }} -n coverage
23+
ls
24+
unzip coverage.zip
2525
- name: Code Coverage Summary Report
2626
uses: irongut/[email protected]
2727
with:

0 commit comments

Comments
 (0)