Skip to content

Commit 65cf0fe

Browse files
Set dotenv config quiet (#67)
1 parent b782e30 commit 65cf0fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11+
DOTENV_CONFIG_QUIET: true
1112
DB_USER: postgres
1213
DB_PASSWORD: secret
1314
TEST_DB_HOST: localhost

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14+
DOTENV_CONFIG_QUIET: true
1415
DB_USER: postgres
1516
DB_PASSWORD: secret
1617
DB_PORT: 5432

0 commit comments

Comments
 (0)