更新 .gitea/workflows/test.yml
Some checks failed
Run Unit Tests / test (push) Has been cancelled

This commit is contained in:
james 2025-05-30 23:47:01 +08:00
parent 69422f38bb
commit 28790d4dd1

View File

@ -10,11 +10,11 @@ on:
jobs:
test:
runs-on: phpunit_test
container: docker.xuanyuan.me/xeden3/php8.1-node-gitea-runner-with-checkout:v1.3 # 使用新的镜像
container: docker.xuanyuan.me/xeden3/php8.1-node-gitea-runner-with-checkout:v1.2 # 使用新的镜像
steps:
- name: Checkout code
uses: actions/checkout@v4 # 这个仓库在容器内已经存在runner 会直接使用
uses: http://119.91.43.128:3003/james/checkout
- name: Install dependencies
run: |