Fix out format

This commit is contained in:
Sidharth Vinod 2024-01-24 21:51:15 +05:30
parent e008b7dae7
commit 6d4b27aacb
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

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