Skip to content

Commit 3e329c3

Browse files
committed
fix: ci
1 parent bcd2b67 commit 3e329c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ jobs:
4747
lint:
4848
name: Lint
4949
runs-on: ubuntu-latest
50+
services:
51+
postgres:
52+
image: postgres:latest
53+
env:
54+
POSTGRES_USER: postgres
55+
POSTGRES_PASSWORD: postgres
56+
POSTGRES_DB: postgres
57+
ports:
58+
- 5432:5432
5059
steps:
5160
- name: Checkout PR Branch
5261
uses: actions/checkout@v4

0 commit comments

Comments
 (0)