test/user-journey #3
+2
-1
@@ -8,8 +8,9 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
NODE_ENV: development
|
NODE_ENV: development
|
||||||
CI: true
|
CI: true
|
||||||
|
npm_config_registry: https://registry.npmmirror.com
|
||||||
commands:
|
commands:
|
||||||
- npm ci --cache /tmp/npm-cache --prefer-offline --legacy-peer-deps
|
- npm ci --cache /tmp/npm-cache --prefer-offline --legacy-peer-deps || npm ci --cache /tmp/npm-cache --legacy-peer-deps
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/npm-cache:/root/.npm
|
- /tmp/npm-cache:/root/.npm
|
||||||
- /tmp/node-modules-cache:/woodpecker/src/node_modules
|
- /tmp/node-modules-cache:/woodpecker/src/node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user