Skip to content

Commit d281b1a

Browse files
committed
upgrade postgres, add env vars
1 parent 2566859 commit d281b1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515

1616
services:
1717
postgres:
18-
image: postgres:13
18+
image: postgres:16
1919
ports:
2020
- 5432:5432
2121
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2222
env:
23+
POSTGRES_USER: postgres
2324
POSTGRES_PASSWORD: postgres
25+
POSTGRES_DB: oscms_test
2426

2527
steps:
2628
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)