test/user-journey #3

Merged
zhangxiang merged 142 commits from test/user-journey into dev 2026-04-12 13:17:03 +08:00
Showing only changes of commit 0f1fb1af56 - Show all commits
+2 -1
View File
@@ -7,8 +7,9 @@ steps:
image: *node_image image: *node_image
environment: environment:
NODE_ENV: development NODE_ENV: development
CI: true
commands: commands:
- npm ci --cache /tmp/npm-cache --prefer-offline - npm ci --cache /tmp/npm-cache --prefer-offline --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