Skip to content

Commit 2172ffe

Browse files
committed
Remove FLUSH PRIVILEGES from the GitHub Actions
1 parent cc58a28 commit 2172ffe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ jobs:
8484
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';"
8585
- name: Change password (root@%)
8686
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;"
8987
- name: Build with testing
9088
run: ./gradlew --stacktrace :embulk-output-mysql:check
9189
env:

0 commit comments

Comments
 (0)