Skip to content

Commit

Permalink
testing nejcm/bundle-size-reporter-action
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 1, 2024
1 parent ba6f55b commit 664167f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Checkout branch
uses: actions/checkout@v4
uses: ./.github/actions/setup
with:
ref: 'main'
path: br-base
- name: Bundle size report
uses: nejcm/[email protected]
with:
paths: 'packages/*'
onlyDiff: 'true'
filter: '.*\\.min\\.js'

- name: Check all package.json's and tsconfig.json's are in sync.
run: |
Expand Down

0 comments on commit 664167f

Please sign in to comment.