Skip to content

Commit

Permalink
ci: update mysql database username in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho committed Aug 10, 2024
1 parent 20220bc commit 296e975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- db: mysql
db-image: mysql:8
db-port: 3306
db-username: root
db-username: testuser
db-options: >-
--health-cmd="mysqladmin ping --silent"
--health-interval=10s
Expand Down

0 comments on commit 296e975

Please sign in to comment.