Skip to content

Commit 37c36d5

Browse files
committed
fix(ci) Sets the DB_HOST environment variable for the MySQL test job to 'mysql'.
This allows the test suite to correctly connect to the MySQL service during CI.
1 parent 99d0ae5 commit 37c36d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565

6666
- name: Test
6767
run: npm run test:mysql
68+
env:
69+
DB_HOST: mysql
6870

6971
test-postgresql:
7072
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)