potential fix for build error while installing dependencies for itesting
This commit is contained in:
parent
6fff4011ad
commit
f6700793e8
@ -43,6 +43,8 @@ jobs:
|
||||
cache-dependency-path: Development/server/package-lock.json
|
||||
|
||||
- name: Install dependencies
|
||||
env:
|
||||
NPM_CONFIG_CACHE: /tmp/npm-cache
|
||||
run: npm ci --prefer-offline
|
||||
|
||||
- name: Write test environment file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user