Skip to content

Commit

Permalink
feat(infrastructure): disable package size stats for tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 13, 2023
1 parent 7d3b6e8 commit 2c7f17a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: pnpm install
- name: Build nivo packages
run: make pkgs-build
env:
SKIP_SIZE: true
- run: make pkgs-lint
- run: make pkgs-test

Expand Down

0 comments on commit 2c7f17a

Please sign in to comment.