-
Notifications
You must be signed in to change notification settings - Fork 19
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
Run e2e tests in CI with latest prebuilt backend binary #131
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Getting the old path of a backend directory was too much trouble, we need convex-backend changes to make this work.
3c761da
to
578cea3
Compare
commit: |
I ran into issues with using with a convex monorepo or a convex-backend repo for testing:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, nice change.
@@ -15,7 +19,7 @@ you can skip to running the test command at the end. | |||
CONVEX_LOCAL_BACKEND_PATH=/path/to/your/convex-backend npm run test | |||
``` | |||
|
|||
## The manual way | |||
## The most manual way |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha, love it!
Getting the old path of an open source backend directory wasn't temporarily broken so I hooked this up to prebuilt binaries.