Skip to content

Commit

Permalink
chore: check bundle size on releases only
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Aug 20, 2024
1 parent 442862b commit 6ea0b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ jobs:
run: cd clients/algoliasearch-client-javascript && yarn test ${{ !contains(fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun, 'algoliasearch') && '--ignore algoliasearch' || '' }}

- name: Test JavaScript bundle size
if: ${{ startsWith(env.head_ref, 'chore/prepare-release-') }}
run: cd clients/algoliasearch-client-javascript && yarn test:size

- name: Remove previous CTS output
Expand Down

0 comments on commit 6ea0b7d

Please sign in to comment.