Skip to content

Commit

Permalink
Try empty password?
Browse files Browse the repository at this point in the history
  • Loading branch information
iksaku committed Sep 20, 2024
1 parent 69777a8 commit 7b97c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
image: ${{ matrix.database == 'mysql' && 'mysql:5.7' || '' }}
env:
MYSQL_DATABASE: test
MYSQL_ROOT_PASSWORD: password
MYSQL_ALLOW_EMPTY_PASSWORD: true
ports:
- 3306:3306
options: >-
Expand Down

0 comments on commit 7b97c0a

Please sign in to comment.