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 b782e30 commit 65cf0feCopy full SHA for 65cf0fe
.github/workflows/main-tests.yml
@@ -8,6 +8,7 @@ on:
8
workflow_dispatch:
9
10
env:
11
+ DOTENV_CONFIG_QUIET: true
12
DB_USER: postgres
13
DB_PASSWORD: secret
14
TEST_DB_HOST: localhost
.github/workflows/pull-request.yml
@@ -11,6 +11,7 @@ on:
15
16
17
DB_PORT: 5432
0 commit comments