Skip to content

Commit 7a9fc56

Browse files
committed
fix: ci
1 parent 580eb3d commit 7a9fc56

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/pull_request.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ jobs:
9191
check-dependencies:
9292
name: Check Dependencies
9393
runs-on: ubuntu-latest
94+
services:
95+
postgres:
96+
image: postgres:latest
97+
env:
98+
POSTGRES_USER: postgres
99+
POSTGRES_PASSWORD: postgres
100+
POSTGRES_DB: postgres
101+
ports:
102+
- 5432:5432
94103
steps:
95104
- name: Checkout PR Branch
96105
uses: actions/checkout@v4
@@ -111,7 +120,8 @@ jobs:
111120
strategy:
112121
matrix:
113122
include:
114-
- os: windows-latest
123+
# reactive once we upgrade to the latest version of pg_query that is windows-compatible
124+
# - os: windows-latest
115125
- os: ubuntu-latest
116126
steps:
117127
- name: Checkout PR branch

0 commit comments

Comments
 (0)