更新 .gitea/workflows/test.yml
Some checks failed
Run Unit Tests / test (push) Failing after 6m37s

This commit is contained in:
james 2025-05-30 21:02:02 +08:00
parent 6edc3fb493
commit c2d41fd2d7

View File

@ -10,7 +10,7 @@ on:
jobs:
test:
runs-on: phpunit_test
container: xeden3/php8.1-node-gitea-runner:v1
container: docker.xuanyuan.me/xeden3/php8.1-node-gitea-runner:v1
steps:
- name: Checkout code