mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(ci): stabilize bundle size diff reporting for UI components (#761)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user