Skip to content

Commit

Permalink
test(golang_migration_system): added test to module
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMarchio03 committed Apr 26, 2024
1 parent 734c9e2 commit 658e4da
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 @@ -23,7 +23,7 @@ jobs:
docker run -d --name mysql \
-p 3308:3306 \
-e MYSQL_ROOT_PASSWORD=root \
-e MYSQL_DATABASE=meu_app_db
-e MYSQL_DATABASE=meu_app_db \
-e MYSQL_USER=meu_app_user \
-e MYSQL_PASSWORD=meu_app_password \
mysql:latest
Expand Down

0 comments on commit 658e4da

Please sign in to comment.