test: 仅运行后端 HTTP API 测试
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
php artisan key:generate --env=testing
|
||||
- name: Run HTTP API tests
|
||||
working-directory: server
|
||||
run: php artisan test
|
||||
run: php artisan test tests/Feature/ApiFlowTest.php
|
||||
- name: Build server assets
|
||||
working-directory: server
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user