Skip to content

Commit

Permalink
ci: diff html reporter integration
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Nov 30, 2023
1 parent 093d52c commit 7716695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/diff-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,7 @@ jobs:
with:
source_file: 'diff_output'
destination_repo: 'web-infra-dev/rspack-report-website'
destination_folder: 'diff/$GITHUB_RUN_ID'
destination_folder: 'diff/${{ vars.GITHUB_RUN_ID }}'
user_email: '[email protected]'
user_name: 'LingyuCoder'
commit_message: 'Auto upload diff report'

- name: Write a new comment
uses: peter-evans/create-or-update-comment@v3
continue-on-error: true
with:
issue-number: ${{ github.event.issue.number }}
body-path: 'diff_output/stats.md'
commit_message: 'Auto upload diff report'
2 changes: 1 addition & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
source_file: 'diff_output'
destination_repo: 'web-infra-dev/rspack-report-website'
destination_folder: 'diff/$GITHUB_RUN_ID'
destination_folder: 'diff/${{ vars.GITHUB_RUN_ID }}'
user_email: '[email protected]'
user_name: 'LingyuCoder'
commit_message: 'Auto upload diff report'
Expand Down

0 comments on commit 7716695

Please sign in to comment.