Skip to content

Commit 827596a

Browse files
committed
Omit empty image
1 parent 35bf35b commit 827596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
services:
6161
mysql:
62-
image: ${{ (matrix.mode == 'MySQL' || matrix.mode == 'SaaS') && 'mysql:8.0' || '' }}
62+
image: 'mysql:8.0'
6363
env:
6464
MYSQL_ALLOW_EMPTY_PASSWORD: yes
6565
MYSQL_DATABASE: fizzy_test

0 commit comments

Comments
 (0)