Mirai-bot/.gitea/workflows/build-test.yaml
Grand-cocoa f81ddde881
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s
```使用华为云Maven镜像更新Maven依赖项
此提交通过修改Maven配置文件和包装脚本,将Maven依赖项来源更新为华为云镜像。此更改旨在优化Maven包的下载速度和稳定性。
```
2024-09-18 17:36:11 +08:00

11 lines
279 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [ push ]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: sh ./mvnw -DskipTests=true clean package -P prod
- run: docker build -t mirai-bot:latest