Skip to content

Commit

Permalink
chore: report toolbar bundle size (#18661)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Nov 15, 2023
1 parent ed69205 commit 6b1d662
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
- name: Check if "schema.json" is up to date
run: pnpm schema:build:json && git diff --exit-code

- name: Check toolbar bundle size
uses: preactjs/compressed-size-action@v2
with:
build-script: 'build'
compression: 'none'
pattern: 'frontend/dist/toolbar.js'

jest:
runs-on: ubuntu-latest
name: Jest test (${{ matrix.chunk }})
Expand Down

0 comments on commit 6b1d662

Please sign in to comment.