1 Commits
Author SHA1 Message Date
goukiandCursor 37c5e1f0d8 test: 仅运行后端 HTTP API 测试
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-15 21:53:13 +08:00
+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