We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8253643 commit 3f2362fCopy full SHA for 3f2362f
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
image: mysql:8.0
16
env:
17
MYSQL_DATABASE: ${{ secrets.DB_NAME }}
18
- # MYSQL_ROOT_PASSWORD: ${{ secrets.DB_PASSWORD }}
+
19
MYSQL_ALLOW_EMPTY_PASSWORD: yes
20
ports:
21
- 3306:3306
0 commit comments