We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e1a94 commit c3e028bCopy full SHA for c3e028b
.github/workflows/sqlalchemy.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Create database
24
run: |
25
- mysql -uscott -ptiger -e "CREATE DATABASE test_schema CHARSET utf8mb4;"
+ mysql -h127.0.0.1 -uscott -ptiger -e "CREATE DATABASE test_schema CHARSET utf8mb4;"
26
27
- uses: actions/cache@v2
28
with:
0 commit comments