chore: run http test

This commit is contained in:
Nathan
2025-11-15 22:08:44 +08:00
parent d68679eaee
commit e1a1b65c32

View File

@@ -113,6 +113,12 @@ jobs:
exit 1
)
# Run HTTP API integration tests
- name: Run HTTP API integration tests
run: |
echo "Running HTTP API integration tests..."
pnpm run test:http-api
# Cache build artifacts
- name: Cache build
id: cache-build