Skip to content

Commit dcbfd1d

Browse files
committed
Run Neon HTTP tests on real DB
1 parent a61369a commit dcbfd1d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release-feature-branch.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- singlestore-prefixed
1919
- singlestore-custom
2020
- neon-http
21-
- neon-http-batch
2221
- neon-serverless
2322
- other
2423
runs-on: ubuntu-20.04
@@ -140,7 +139,8 @@ jobs:
140139
MYSQL_CONNECTION_STRING: mysql://root:root@localhost:33306/drizzle
141140
PLANETSCALE_CONNECTION_STRING: ${{ secrets.PLANETSCALE_CONNECTION_STRING }}
142141
NEON_CONNECTION_STRING: ${{ secrets.NEON_CONNECTION_STRING }}
143-
NEON_HTTP_CONNECTION_STRING: postgres://postgres:[email protected]:5432/postgres
142+
# NEON_HTTP_CONNECTION_STRING: postgres://postgres:[email protected]:5432/postgres
143+
NEON_HTTP_CONNECTION_STRING: ${{ secrets.NEON_CONNECTION_STRING }}
144144
NEON_SERVERLESS_CONNECTION_STRING: postgres://postgres:postgres@localhost:5445/postgres
145145
TIDB_CONNECTION_STRING: ${{ secrets.TIDB_CONNECTION_STRING }}
146146
XATA_API_KEY: ${{ secrets.XATA_API_KEY }}
@@ -186,9 +186,7 @@ jobs:
186186
;;
187187
188188
neon-http)
189-
docker compose -f docker-neon.yml up -d
190-
pnpm vitest run tests/pg/neon-http.test.ts
191-
docker compose -f docker-neon.yml down
189+
pnpm vitest run tests/pg/neon-http.test.ts tests/pg/neon-http-batch.test.ts
192190
;;
193191
194192
neon-http-batch)

0 commit comments

Comments
 (0)