We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c1732 commit e03a9ddCopy full SHA for e03a9dd
.github/actions/bundle_size_test/action.yml
@@ -15,6 +15,9 @@ runs:
15
16
- name: Check bundle sizes
17
working-directory: ${{ inputs.cwd }}
18
+ # NOTE: A bug prevented us from running bundlesize with a config file:
19
+ # npx bundlesize --scope ${{ github.action_path }}/bundlesize.config.json
20
+ # For more details, see https://github.com/siddharthkp/bundlesize/issues/326
21
run: |-
22
json_string='${{ inputs.config }}'
23
0 commit comments