mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: add debug info for new perf comment
This commit is contained in:
parent
ba820c3764
commit
8680481578
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lint-and-test-pr.yml
vendored
3
.github/workflows/lint-and-test-pr.yml
vendored
|
|
@ -52,12 +52,15 @@ jobs:
|
|||
echo "e2ePerfResult<<EOF" >> $GITHUB_OUTPUT
|
||||
echo "$perfResult" >> $GITHUB_OUTPUT
|
||||
echo "EOF" >> $GITHUB_OUTPUT
|
||||
echo $perfResult
|
||||
echo $GITHUB_OUTPUT
|
||||
- name: Attach performance metrics to PR as comment
|
||||
# if: github.event_name == 'pull_request'
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
with:
|
||||
# header: test
|
||||
message: |
|
||||
Perf Result
|
||||
${{ steps.perfResult.outputs.e2ePerfResult }}
|
||||
|
||||
- name: 'Upload E2E screenshots on failure'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue