Skip to content

Commit cab468b

Browse files
committed
Set proper SaaS vars for mysql
1 parent 6d4b55b commit cab468b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
MYSQL_HOST: mysql
8686
MYSQL_PORT: 3306
8787
MYSQL_USER: root
88+
FIZZY_DB_HOST: ${{ matrix.mode == 'SaaS' && 'mysql' || '' }}
89+
FIZZY_DB_PORT: ${{ matrix.mode == 'SaaS' && '3306' || '' }}
8890

8991
steps:
9092
- name: Install system packages

0 commit comments

Comments
 (0)