222
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
编码猿
2025-09-09 09:15:12 +08:00
parent a7f772f1b4
commit b9faa83645

View File

@@ -17,15 +17,6 @@ steps:
- name: node_modules
path: /app/node_modules
# 第二步:运行代码检查或测试(可选)
- name: run-tests
image: node:18-bullseye
commands:
- npm test # 如果有测试脚本
volumes:
- name: node_modules
path: /app/node_modules
# 第三步构建Docker镜像
- name: build-image
image: docker:20.10