mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 14:29:25 +02:00
chore: Add details to e2e-timings
This commit is contained in:
10
.github/workflows/e2e-timings.yml
vendored
10
.github/workflows/e2e-timings.yml
vendored
@@ -48,7 +48,14 @@ jobs:
|
|||||||
SPLIT_FILE: 'cypress/timings.json'
|
SPLIT_FILE: 'cypress/timings.json'
|
||||||
|
|
||||||
- name: Compare timings
|
- name: Compare timings
|
||||||
run: pnpm tsx scripts/compare-timings.ts
|
id: compare
|
||||||
|
run: |
|
||||||
|
OUTPUT=$(pnpm tsx scripts/compare-timings.ts)
|
||||||
|
echo "$OUTPUT" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
|
echo "output<<EOF" >> $GITHUB_OUTPUT
|
||||||
|
echo "$OUTPUT" >> $GITHUB_OUTPUT
|
||||||
|
echo "EOF" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Commit and create pull request
|
- name: Commit and create pull request
|
||||||
uses: peter-evans/create-pull-request@a7b20e1da215b3ef3ccddb48ff65120256ed6226
|
uses: peter-evans/create-pull-request@a7b20e1da215b3ef3ccddb48ff65120256ed6226
|
||||||
@@ -58,5 +65,6 @@ jobs:
|
|||||||
commit-message: 'chore: update E2E timings'
|
commit-message: 'chore: update E2E timings'
|
||||||
branch: update-timings
|
branch: update-timings
|
||||||
title: Update E2E Timings
|
title: Update E2E Timings
|
||||||
|
body: ${{ steps.compare.outputs.output }}
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
sign-commits: true
|
sign-commits: true
|
||||||
|
Reference in New Issue
Block a user