mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Fix out format
This commit is contained in:
parent
e008b7dae7
commit
6d4b27aacb
6
.github/workflows/e2e.yml
vendored
6
.github/workflows/e2e.yml
vendored
@ -110,7 +110,11 @@ jobs:
|
||||
mv stats cypress/snapshots/stats/head
|
||||
ls -l cypress/snapshots/stats/base
|
||||
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.
|
||||
- name: Comment PR size difference
|
||||
|
Loading…
x
Reference in New Issue
Block a user