mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
Change cache keys to avoid cache collisions
This commit is contained in:
parent
9a173c82df
commit
3591b3cad9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
name: restore npm cache
|
name: restore npm cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: npm-cache-${{ github.ref_name }}
|
key: npm-cache-${{ github.ref_name }}-${{ matrix.node-version }}-unit-tests
|
||||||
path: ${{ env.npm_config_cache }}
|
path: ${{ env.npm_config_cache }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
name: restore npm cache
|
name: restore npm cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: npm-cache-${{ github.ref_name }}
|
key: npm-cache-${{ github.ref_name }}-${{ matrix.node-version }}-integration-tests
|
||||||
path: ${{ env.npm_config_cache }}
|
path: ${{ env.npm_config_cache }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ jobs:
|
||||||
name: restore npm cache
|
name: restore npm cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: npm-cache-${{ github.ref_name }}
|
key: npm-cache-${{ github.ref_name }}-${{ matrix.node-version }}-e2e-tests
|
||||||
path: ${{ env.npm_config_cache }}
|
path: ${{ env.npm_config_cache }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue