-
Notifications
You must be signed in to change notification settings - Fork 107
Add e2e tests for postgres world #356
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add new e2e-local-postgres job to test all workbenches against postgres world - Configure PostgreSQL service container in GitHub Actions - Update world-postgres build script to chmod +x the setup.js bin - Use direct path to setup script in CI for reliability - Tests run in production mode similar to e2e-local-prod tests
Let's start running all the e2e tests against the postgres world to make sure we don't break it as we continue shipping features (like we did with step retryAfter and timers)