-
Notifications
You must be signed in to change notification settings - Fork 61
Run CI with GitHub Actions to run Oracle database 18c #188
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
|
@yahonda Full instructions along with working example of travis.yml, can be found here: The Travis will take a bit more download Oracle DB and start it, but it is still reasonable time. Hope his will help you kickstart on multi-DB builds. How to organize your build matrix to make build time acceptable is a separate issue :) Actually, the PR I've shared uses single DB. |
|
I'm not sure how will you install Oracle 18 XE on Travis. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Let's leave it open. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Let's keep it open. |
|
Since #196 has been merged to support Oracle 18c, I think this pull request can be merged. |
f92ed49 to
4c33681
Compare
This draft/wip pull request runs CI with GitHub Actions. It runs Oracle Database 18c XE.
Many specs fail due to #187