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 5355345 commit affaba3Copy full SHA for affaba3
.github/workflows/run-tests.yml
@@ -86,6 +86,8 @@ jobs:
86
coverage: none
87
88
- name: Set up MySQL and PostgreSQL
89
+ env:
90
+ CI_SERVICE_ACCOUNT_JSON_KEY: ${{ secrets.CI_SERVICE_ACCOUNT_JSON_KEY }}
91
run: |
92
MYSQL_PORT=3307 POSTGRES_PORT=5432 docker compose up ${{ matrix.db }} -d
93
- name: Install dependencies
0 commit comments