Skip to content

Commit

Permalink
Remove FLUSH PRIVILEGES from the GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Aug 29, 2024
1 parent cc58a28 commit 2172ffe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';"
- name: Change password (root@%)
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'root';"
- name: FLUSH PRIVILEGES
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "FLUSH PRIVILEGES;"
- name: Build with testing
run: ./gradlew --stacktrace :embulk-output-mysql:check
env:
Expand Down

0 comments on commit 2172ffe

Please sign in to comment.