mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
add cache to cli-test job in tests workflow (#2766)
This commit is contained in:
parent
d7ec3d1cc5
commit
800dbcfdbc
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -52,6 +52,8 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
|
cache: 'npm'
|
||||||
|
cache-dependency-path: './package-lock.json'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci --legacy-peer-deps
|
run: npm ci --legacy-peer-deps
|
||||||
|
Loading…
Reference in New Issue
Block a user