更新 .gitea/workflows/test.yml
All checks were successful
Run Unit Tests / test (push) Successful in 11s

This commit is contained in:
james 2025-05-31 00:20:57 +08:00
parent be0bab8a4b
commit 5d7a038fe2

View File

@ -10,7 +10,7 @@ on:
jobs:
test:
runs-on: phpunit_test
container: docker.xuanyuan.me/xeden3/php8.1-node-gitea-runner-with-checkout:v1.2 # 使用新的镜像
container: docker.xuanyuan.me/xeden3/php8.1-node-gitea-runner:v1.2
steps:
- name: Checkout code