-
Notifications
You must be signed in to change notification settings - Fork 46
feat(ci): test run on multiple databases #534
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d957be8
to
a7cb23e
Compare
0aefd67
to
752d5d5
Compare
a7cb23e
to
5635ceb
Compare
752d5d5
to
cb59916
Compare
5635ceb
to
590b7d7
Compare
yehor-manzhula
approved these changes
Sep 29, 2023
b1ff
approved these changes
Sep 29, 2023
cb59916
to
dfbaf08
Compare
dd38744
to
24ed823
Compare
590b7d7
to
88e6b59
Compare
24ed823
to
2eeaf83
Compare
configure local development for using different databases adapt migrations to PostgreSQL adapt codebase for using PostgreSQL normalize api responses between databases extend and fix typings prepare CI for test running on multiple databases add configuration via dotenv (for local development)
88e6b59
to
afdd1fa
Compare
Coverage ReportIlc/serverCommit SHA:6c04a223eb74cc4852cc9ad88d586125ae7938d3 Test coverage results 🧪
File details
Ilc/clientCommit SHA:6c04a223eb74cc4852cc9ad88d586125ae7938d3 Test coverage results 🧪
File details
RegistryCommit SHA:6c04a223eb74cc4852cc9ad88d586125ae7938d3 Test coverage results 🧪
File details
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Run registry unit tests on SQLite, MySQL and PostgreSQL
Run E2E tests on MySQL and PostgreSQL
Combine coverage reports from all databases