👷‍♂️ CI 测试

This commit is contained in:
bunny 2025-05-24 14:26:14 +08:00
parent 8a811e8445
commit 79efc8f1fc
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ build-job:
- npm i -g pnpm && pnpm i && pnpm build
# 打印编译完成信息
- echo "Compile complete."
# 创建文件夹
- mkdir docker/dist
# 从Docker Hub拉取OpenJDK基础镜像
- docker pull nginx:1.27.3
# 打印拉取完成信息