Skip to content

(O3 2501): write unit tests for the components #26

(O3 2501): write unit tests for the components

(O3 2501): write unit tests for the components #26

Workflow file for this run

name: Report bundle size
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compute bundle size differences
uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
minimum-change-threshold: 10000 # 10 KB
build-script: "turbo run build --color"