chore(ci): update cache keys in CI pipeline for improved build caching

This commit is contained in:
taroj1205 2025-06-22 20:03:51 +12:00
parent 2123d28504
commit e6e6b1bc08
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -183,8 +183,8 @@ jobs:
uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-playwright-${{ github.sha }}
restore-keys: ${{ runner.os }}-turbo-playwright-
key: ${{ runner.os }}-turbo-build-${{ github.sha }}
restore-keys: ${{ runner.os }}-turbo-build-
- name: Restore node_modules cache
id: cache