Skip to content

Commit a39335e

Browse files
committed
wip
1 parent 2327e67 commit a39335e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
workflow_dispatch:
66
schedule:
77
- cron: '0 0 * * *'
8+
env:
9+
POSTGRES_USER: postgres
10+
POSTGRES_PASSWORD: password
11+
POSTGRES_DB: app
812

913
jobs:
1014
vitest:

tests/Fixtures/Config/database.postgres.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
use Tempest\Database\Config\PostgresConfig;
66

7-
return new PostgresConfig();
7+
return new PostgresConfig(password: 'password');

0 commit comments

Comments
 (0)