mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 10:28:15 +00:00
Base cache id on examples' lock files only
This commit is contained in:
parent
856ca8c148
commit
5ba93fb199
2
.github/workflows/examples-ci.yml
vendored
2
.github/workflows/examples-ci.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: examples-node-v1-${{ hashFiles('**/package-lock.json') }}
|
key: examples-node-v1-${{ hashFiles('examples/*/package-lock.json') }}
|
||||||
|
|
||||||
- name: (npm) ${{ matrix.example }} install using npm ci
|
- name: (npm) ${{ matrix.example }} install using npm ci
|
||||||
if: steps.use-yarn.outputs.lockfile != 'yarn.lock'
|
if: steps.use-yarn.outputs.lockfile != 'yarn.lock'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user