Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMarchio03 authored Apr 26, 2024
1 parent d04dd1b commit 01f3206
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 @@ -22,7 +22,7 @@ jobs:
run: |
docker run -d --name meu_app_db \
-p 3308:3306 \
-e MYSQL_ROOT_PASSWORD=meu_app_password \
-e MYSQL_ROOT_PASSWORD=meu_app_password_root \
-e MYSQL_USER=meu_app_user \
-e MYSQL_PASSWORD=meu_app_password \
mysql:latest
Expand Down

0 comments on commit 01f3206

Please sign in to comment.