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
|
- name: pg
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER: dev
|
POSTGRES_USER: dev
|
||||||
- POSTGRES_PASSWORD: dev
|
POSTGRES_PASSWORD: dev
|
||||||
- POSTGRES_DB: trepa
|
POSTGRES_DB: trepa
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BUN_VERSION:
|
BUN_VERSION:
|
||||||
|
|
Loading…
Reference in a new issue