ci: add GitHub Actions test workflow

This commit is contained in:
2026-07-29 11:53:27 +08:00
parent eaba4d237a
commit 5e25d92d77
3 changed files with 183 additions and 2 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ run:
test: test-frontend test-server
test-frontend:
@echo "Running frontend tests..."
cd frontend && npm run test
@echo "Running frontend typecheck and build validation..."
cd frontend && npm run build
test-server:
@echo "Running server tests..."