Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Vercel Tests #260

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix vercel test dependencies
giovannibenussi committed Sep 9, 2024
commit 0705acc36d74c88e47bafa1db487174d171a4aa3
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -230,7 +230,7 @@ jobs:
- name: "Build"
run: "npm run build"
- name: "Install npm dependencies of the Vercel test"
run: "cd smoke_test/vercel && npm install"
run: "cd smoke_test/vercel && npm link ../.."

- name: "Test with Hrana 1 over WebSocket"
run: "cd smoke_test/vercel && python ../../hrana-test-server/server_v1.py node test.js"