From 6d1ed7ea75a042111bb1f9d7a8a864796d62dce8 Mon Sep 17 00:00:00 2001 From: hikerpig Date: Fri, 29 Dec 2023 22:48:18 +0800 Subject: [PATCH] ci: display bundle size --- .github/workflows/ci-check.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index a1c061b7..f028f920 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -82,3 +82,8 @@ jobs: test_path: reports/junit.xml coverage_format: GOLANG coverage_path: coverage + + - name: Bundle size report + uses: nejcm/bundle-size-reporter-action@v1.2.1 + with: + paths: 'packages/pintora-standalone/lib/**/*'