mirror of
https://github.com/zoriya/v10.git
synced 2026-08-15 02:14:06 +00:00
chore(ci): add turbo caching and replace size-limit (#524)
This commit is contained in:
@@ -30,5 +30,13 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Cache turbo build setup
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: .turbo
|
||||
key: ${{ runner.os }}-turbo-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-turbo-
|
||||
|
||||
- name: Run website tests
|
||||
run: pnpm --filter site test
|
||||
|
||||
Reference in New Issue
Block a user