Skip to content

Commit

Permalink
Merge pull request #331 from nanasess/remove-mysql-check
Browse files Browse the repository at this point in the history
GitHub Actions の Setup MySQL が失敗するのを修正
  • Loading branch information
Kiyotaka Oku authored Oct 29, 2019
2 parents 0c3d0da + 76fce74 commit 0f4bf44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
choco install -y mysql --version 5.7.18
mysql --user=root -e "CREATE DATABASE `myapp_test`;"
mysql --user=root -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';FLUSH PRIVILEGES;"
mysql --user=root --password=password -h 127.0.0.1 -e "SELECT version();"
- name: Setup to EC-CUBE
env:
Expand Down

0 comments on commit 0f4bf44

Please sign in to comment.