mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(ci): update cache keys in CI pipeline for improved build caching
This commit is contained in:
parent
2123d28504
commit
e6e6b1bc08
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-pipeline.yml
vendored
4
.github/workflows/ci-pipeline.yml
vendored
|
@ -183,8 +183,8 @@ jobs:
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .turbo
|
path: .turbo
|
||||||
key: ${{ runner.os }}-turbo-playwright-${{ github.sha }}
|
key: ${{ runner.os }}-turbo-build-${{ github.sha }}
|
||||||
restore-keys: ${{ runner.os }}-turbo-playwright-
|
restore-keys: ${{ runner.os }}-turbo-build-
|
||||||
|
|
||||||
- name: Restore node_modules cache
|
- name: Restore node_modules cache
|
||||||
id: cache
|
id: cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue