Merge branch 'main' of http://118.91.43.128:3003/james/PHP-TEST
Some checks failed
Run Unit Tests / test (push) Failing after 6s

:the commit.
This commit is contained in:
james 2025-06-12 11:08:14 +08:00
commit b060e45a30

View File

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