Skip to content

Commit affaba3

Browse files
author
Marick van Tuil
committed
Fix
1 parent 5355345 commit affaba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
coverage: none
8787

8888
- name: Set up MySQL and PostgreSQL
89+
env:
90+
CI_SERVICE_ACCOUNT_JSON_KEY: ${{ secrets.CI_SERVICE_ACCOUNT_JSON_KEY }}
8991
run: |
9092
MYSQL_PORT=3307 POSTGRES_PORT=5432 docker compose up ${{ matrix.db }} -d
9193
- name: Install dependencies

0 commit comments

Comments
 (0)