Skip to content

Commit

Permalink
update bundle size step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mavrin committed Jul 23, 2023
1 parent 6e82003 commit f9d8118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ jobs:
run_install: false

- name: Check bundle size
uses: andresz1/size-limit-action@v1
uses: andresz1/size-limit-action@v1.7.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: ./frontend/apps/remark42
skip_step: install
package_manager: pnpm

test:
name: Tests & Coverage
Expand Down

0 comments on commit f9d8118

Please sign in to comment.