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 cc58a28 commit 2172ffeCopy full SHA for 2172ffe
.github/workflows/check.yml
@@ -84,8 +84,6 @@ jobs:
84
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';"
85
- name: Change password (root@%)
86
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'root';"
87
- - name: FLUSH PRIVILEGES
88
- run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "FLUSH PRIVILEGES;"
89
- name: Build with testing
90
run: ./gradlew --stacktrace :embulk-output-mysql:check
91
env:
0 commit comments