build: add debug info for new perf comment

This commit is contained in:
Johannes Millan 2024-10-25 14:59:32 +02:00
parent ba820c3764
commit 8680481578

View file

@ -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'