Skip to content

Commit 881d945

Browse files
author
Marick van Tuil
committed
Add env file in db setup step
1 parent ca96282 commit 881d945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
env:
9292
CI_SERVICE_ACCOUNT_JSON_KEY: ${{ secrets.CI_SERVICE_ACCOUNT_JSON_KEY }}
9393
run: |
94+
touch .env
9495
MYSQL_PORT=3307 POSTGRES_PORT=5432 docker compose up ${{ matrix.db }} -d
9596
- name: Install dependencies
9697
run: |

0 commit comments

Comments
 (0)