Skip to content

Commit

Permalink
Upload PR information for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldSEnder committed Dec 28, 2024
1 parent 0c953e4 commit 124b51b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: benchmark-core
include-hidden-files: true
path: |
.PR_NUMBER
yew-master/tools/output.log
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark-ssr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: benchmark-ssr
include-hidden-files: true
path: |
.PR_NUMBER
yew-master/tools/output.json
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pr-info
include-hidden-files: true
path: .PR_INFO
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pr-info
include-hidden-files: true
path: .PR_INFO
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/size-cmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: size-cmp-${{ matrix.target }}-info
include-hidden-files: true
path: ".SIZE_CMP_INFO"
retention-days: 1

0 comments on commit 124b51b

Please sign in to comment.