Skip to content

Commit

Permalink
upload final_results.json artifact (#642)
Browse files Browse the repository at this point in the history
Upload `final_results.json` as an artifact that docs can download, process, and publish
  • Loading branch information
shorgi authored Sep 11, 2024
1 parent e7186cc commit 38fd628
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'packages/**'
- '!**/README.md'
workflow_call:
workflow_dispatch:

jobs:
build-matrix:
Expand Down Expand Up @@ -93,6 +94,12 @@ jobs:
name: results.md
path: ./results.md
retention-days: 7
- name: Upload final JSON results
uses: actions/upload-artifact@v4
with:
name: final_results.json
path: ./final_results.json
retention-days: 28

pr-info:
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 38fd628

Please sign in to comment.