Sakura-Miki/.gitea/workflows/build-test.yaml
Grand-cocoa 9f286f3dc9
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 33s
feat(mfa): 实现 MFA 绑定和生成服务
- 新增 MFA 相关的实体类、Mapper 和服务类
- 实现 MFA 绑定和生成的逻辑
- 添加 MFA 工具类,用于生成验证码
- 更新 RandomPhotoService 的 entrance 方法
- 修改日志级别为 info
- 添加 Dockerfile 和 Gitea Actions 配置
2025-03-18 17:51:41 +08:00

18 lines
498 B
YAML

name: Sakura-Miki-build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [ push ]
env:
BARE_REPO_DIR: https://git.alina-dace.info/Dace/Sakura-Miki.git
CLONED_REPO_DIR: ./
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Checkout Git Repo
uses: actions/checkout@v4
- run: pwd
- run: chmod +x ./mvnw
- name: build
run: ./mvnw clean package -DskipTests=true -P prod
- run: docker build sakura-miki:latest