test: 仅运行后端 HTTP API 测试

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
gouki
2026-07-15 21:53:13 +08:00
co-authored by Cursor
parent ec0f2aab5a
commit 37c5e1f0d8
+1 -1
View File
@@ -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