chore(ci): remove unused Astro cache step from CI pipeline

This commit is contained in:
taroj1205 2025-06-22 18:05:01 +12:00
parent b072e7a0ec
commit 7eb408be4b
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -201,17 +201,6 @@ jobs:
key: ${{ runner.os }}-turbo-playwright-${{ github.sha }}
restore-keys: ${{ runner.os }}-turbo-playwright-
- name: Restore Astro Cache
uses: actions/cache@v4
with:
path: |
.astro
node_modules/.astro
key: ${{ runner.os }}-astro-${{ hashFiles('**/pnpm-lock.yaml', 'src/**', 'public/**', 'astro.config.mjs') }}
restore-keys: |
${{ runner.os }}-astro-${{ hashFiles('**/pnpm-lock.yaml') }}-
${{ runner.os }}-astro-
- name: Restore node_modules cache
id: cache
uses: actions/cache/restore@v4