Skip to content

Commit

Permalink
Other attempt to use mysql without password in github workflow [SLE-184]
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgfeller committed Jul 11, 2023
1 parent 7878c53 commit ac3c9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
mysql:
image: mysql:8.0.23
env:
MYSQL_ROOT_PASSWORD: false
MYSQL_ALLOW_EMPTY_PASSWORD: 1
MYSQL_ROOT_PASSWORD: ''
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_DATABASE: test
ports:
- 33306:3306
Expand Down

0 comments on commit ac3c9f7

Please sign in to comment.