mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
Fix out format
This commit is contained in:
6
.github/workflows/e2e.yml
vendored
6
.github/workflows/e2e.yml
vendored
@@ -110,7 +110,11 @@ jobs:
|
|||||||
mv stats cypress/snapshots/stats/head
|
mv stats cypress/snapshots/stats/head
|
||||||
ls -l cypress/snapshots/stats/base
|
ls -l cypress/snapshots/stats/base
|
||||||
ls -l cypress/snapshots/stats/head
|
ls -l cypress/snapshots/stats/head
|
||||||
echo "size_diff=$(npx tsx scripts/size.ts)" >> $GITHUB_OUTPUT
|
{
|
||||||
|
echo 'size_diff<<EOF'
|
||||||
|
npx tsx scripts/size.ts
|
||||||
|
echo EOF
|
||||||
|
} >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
# Size diff only needs to be posted from one job, on PRs.
|
# Size diff only needs to be posted from one job, on PRs.
|
||||||
- name: Comment PR size difference
|
- name: Comment PR size difference
|
||||||
|
Reference in New Issue
Block a user