fix woodpecker
All checks were successful
All checks were successful
This commit is contained in:
parent
228fd25f25
commit
73be118d1c
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ services:
|
|||
- name: pg
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
- POSTGRES_USER: dev
|
||||
- POSTGRES_PASSWORD: dev
|
||||
- POSTGRES_DB: trepa
|
||||
POSTGRES_USER: dev
|
||||
POSTGRES_PASSWORD: dev
|
||||
POSTGRES_DB: trepa
|
||||
|
||||
matrix:
|
||||
BUN_VERSION:
|
||||
|
|
Loading…
Reference in a new issue