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

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

View File

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