We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca96282 commit 881d945Copy full SHA for 881d945
.github/workflows/run-tests.yml
@@ -91,6 +91,7 @@ jobs:
91
env:
92
CI_SERVICE_ACCOUNT_JSON_KEY: ${{ secrets.CI_SERVICE_ACCOUNT_JSON_KEY }}
93
run: |
94
+ touch .env
95
MYSQL_PORT=3307 POSTGRES_PORT=5432 docker compose up ${{ matrix.db }} -d
96
- name: Install dependencies
97
0 commit comments