We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bf35b commit 827596aCopy full SHA for 827596a
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
60
services:
61
mysql:
62
- image: ${{ (matrix.mode == 'MySQL' || matrix.mode == 'SaaS') && 'mysql:8.0' || '' }}
+ image: 'mysql:8.0'
63
env:
64
MYSQL_ALLOW_EMPTY_PASSWORD: yes
65
MYSQL_DATABASE: fizzy_test
0 commit comments