chore(ci): add turbo caching and replace size-limit (#524)

This commit is contained in:
rahim
2026-02-13 21:15:34 +11:00
committed by GitHub
parent 1c916efed4
commit 7b41930eed
9 changed files with 929 additions and 341 deletions
+8
View File
@@ -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