Skip to content

Commit

Permalink
ci: display bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Dec 29, 2023
1 parent 0855b0e commit 6d1ed7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,8 @@ jobs:
test_path: reports/junit.xml
coverage_format: GOLANG
coverage_path: coverage

- name: Bundle size report
uses: nejcm/[email protected]
with:
paths: 'packages/pintora-standalone/lib/**/*'

0 comments on commit 6d1ed7e

Please sign in to comment.