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 c616dac commit 6bebb4fCopy full SHA for 6bebb4f
.github/workflows/tests.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Start MySQL
15
run: |
16
sudo systemctl start mysql.service
17
- sudo mysql -e "CREATE DATABASE mysqldb_test"
+ mysql -uroot -proot -e "CREATE DATABASE mysqldb_test"
18
- uses: actions/checkout@v2
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v2
0 commit comments