fix(ci): stabilize bundle size diff reporting for UI components (#761)

This commit is contained in:
rahim
2026-03-06 12:55:55 -08:00
committed by GitHub
parent 4229544c56
commit 814ba017e4
3 changed files with 63 additions and 15 deletions
+4 -4
View File
@@ -29,9 +29,9 @@ jobs:
uses: actions/cache@v5
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
key: ${{ runner.os }}-turbo-pr-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
${{ runner.os }}-turbo-pr-
- name: Install and build
run: pnpm install && pnpm build:packages
@@ -67,9 +67,9 @@ jobs:
uses: actions/cache@v5
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.event.pull_request.base.sha }}
key: ${{ runner.os }}-turbo-base-${{ github.event.pull_request.base.sha }}
restore-keys: |
${{ runner.os }}-turbo-
${{ runner.os }}-turbo-base-
- name: Install and build
run: |