-
Notifications
You must be signed in to change notification settings - Fork 61
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
chore: test ci for mysql service #440
Conversation
@@ -69,6 +66,9 @@ jobs: | |||
--health-cmd "pg_isready" --health-interval 10s --health-timeout 5s --health-retries 5 | |||
|
|||
steps: | |||
- name: start | |||
run: docker run -d mysql:8.3 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci |
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.
if i understand correctly, this starts another mysql instance but we keep using the one from services.
i decided in #439 to require the encoding to be set, either with the thanks again for the help on this one. |
i did not actualy help much. It was just a quick try. |
No description provided.