mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-29 02:38:00 +08:00
chore: run http test
This commit is contained in:
6
.github/workflows/integration-test.yml
vendored
6
.github/workflows/integration-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user