Compare commits

..

1 Commits

Author SHA1 Message Date
9a70c23a6c 更新 .gitea/workflows/test.yml
Some checks failed
Run Unit Tests / test (pull_request) Has been cancelled
2025-06-19 08:25:57 +08:00

View File

@ -7,9 +7,7 @@ on:
- develop - develop
pull_request: pull_request:
branches: branches:
- main - main
paths-ignore:
- '.gitea/**'
jobs: jobs:
test: test:
@ -17,7 +15,7 @@ jobs:
container: docker.xuanyuan.me/xeden3/ai-code-reviewer-gitea-runner:v1.2 container: docker.xuanyuan.me/xeden3/ai-code-reviewer-gitea-runner:v1.2
steps: steps:
- name: Checkout code2 - name: Checkout code
uses: http://119.91.43.128:3003/james/checkout@v4 uses: http://119.91.43.128:3003/james/checkout@v4
with: with:
fetch-depth: 2 # 至少获取最近两次提交 fetch-depth: 2 # 至少获取最近两次提交