Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 51b9105

Browse files
authored
chore: allow bundlesize gh action to fail (#3700)
Sometimes it's because there's a duplicate dep version that needs to be fixed. Usually it's because some transitive dep increases it's bundle size by a kilobyte or two and has nothing to do with the current PR, so all we do is increase the bundlesizeMax value to make it pass. Let's just make the check informational instead.
1 parent 00fd709 commit 51b9105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bundlesize.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- run: npm install -g @mapbox/node-pre-gyp && npm install
2929
- name: Bundlesize ${{ matrix.project }}
3030
uses: ipfs/aegir/actions/[email protected]
31+
continue-on-error: true
3132
with:
3233
project: ${{ matrix.project }}
3334
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)