mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(ci): remove unused Astro cache step from CI pipeline
This commit is contained in:
parent
b072e7a0ec
commit
7eb408be4b
1 changed files with 0 additions and 11 deletions
11
.github/workflows/ci-pipeline.yml
vendored
11
.github/workflows/ci-pipeline.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue