Skip to content
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

build: Run MySQL and PostgreSQL locally on the runner #3095

Merged
merged 29 commits into from
Jan 3, 2024

Conversation

kyleconroy
Copy link
Collaborator

@kyleconroy kyleconroy commented Jan 2, 2024

  • Use two new actions to setup / run PostgreSQL and MySQL without Docker. Container-based services only work on Linux runners
  • Add new sqltest/local package
  • Refactor TestValidSchema to use the local package
  • Mark some tests as having invalid schemas. We've never verified the MySQL schemas before this PR
  • Mark a few tests as failing on Windows

@kyleconroy kyleconroy marked this pull request as draft January 2, 2024 22:26
@kyleconroy kyleconroy changed the title How long does starting PostgreSQL take? build: Run a PostgreSQL server using GitHub actions Jan 3, 2024
@kyleconroy kyleconroy marked this pull request as ready for review January 3, 2024 08:39
@kyleconroy kyleconroy changed the title build: Run a PostgreSQL server using GitHub actions build: Run MySQL and PostgreSQL locally on the runner Jan 3, 2024
@kyleconroy kyleconroy merged commit 874bfc2 into main Jan 3, 2024
8 checks passed
@kyleconroy kyleconroy deleted the kyle/setup-postgresql branch January 3, 2024 21:48
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant