Skip to content

Commit

Permalink
fixup! add e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Aug 3, 2024
1 parent dfb12cb commit 2c46bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: make bin

- name: Ready for MariaDB
run: until mysql -u root -ppassword -h mariadb -e '\q'; do sleep 1; done # DBが起動して応答できるまで待つ
run: until mysql -u root -ppassword -h 127.0.0.1 -e '\q'; do sleep 1; done # DBが起動して応答できるまで待つ

- name: Migration
run: make migration
Expand Down

0 comments on commit 2c46bd5

Please sign in to comment.