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

This commit is contained in:
james 2025-06-03 16:12:17 +08:00
parent 26224d9391
commit 724441b4c9

View File

@ -19,6 +19,7 @@ jobs:
- name: Install dependencies
run: |
# 安装依赖
composer global show phpunit/phpunit
composer install --no-interaction --prefer-dist
- name: Run PHPUnit tests