Skip to content

Commit 38fd628

Browse files
authored
upload final_results.json artifact (#642)
Upload `final_results.json` as an artifact that docs can download, process, and publish
1 parent e7186cc commit 38fd628

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-all.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'packages/**'
99
- '!**/README.md'
1010
workflow_call:
11+
workflow_dispatch:
1112

1213
jobs:
1314
build-matrix:
@@ -93,6 +94,12 @@ jobs:
9394
name: results.md
9495
path: ./results.md
9596
retention-days: 7
97+
- name: Upload final JSON results
98+
uses: actions/upload-artifact@v4
99+
with:
100+
name: final_results.json
101+
path: ./final_results.json
102+
retention-days: 28
96103

97104
pr-info:
98105
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)