-
Notifications
You must be signed in to change notification settings - Fork 20
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
add test actions and coverage #17
Conversation
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.
Change tests to use postgres and I think we are good
sleep 5 | ||
cd .. | ||
env: | ||
DATABASE_TYPE: sqlite |
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.
With the addition of the pgvector stuff sqlite may not work. There is a docker-compose in main
that has a postgresql instance with the pgvector extension in it. May need to do some kind of docker-compose type testing as well for testing
No description provided.