Skip to content

Commit 756b0f7

Browse files
committed
ci(): Add logging to build-stats.yml
1 parent 90a103f commit 756b0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-stats.yml

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
return JSON.stringify({
5555
size: { fabric: { minified: fs.statSync('${{ env.minified }}').size, bundled: fs.statSync('${{ env.bundled }}').size } }
5656
});
57+
- run: |
58+
echo "a ${{ steps.pr_stats.outputs.pr_stats }}"
59+
echo "b ${{ steps.upstream_stats.outputs.result }}"
5760
- name: process
5861
id: stats-message
5962
uses: actions/github-script@v6

0 commit comments

Comments
 (0)