File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 18
18
- singlestore-prefixed
19
19
- singlestore-custom
20
20
- neon-http
21
- - neon-http-batch
22
21
- neon-serverless
23
22
- other
24
23
runs-on : ubuntu-20.04
@@ -140,7 +139,8 @@ jobs:
140
139
MYSQL_CONNECTION_STRING : mysql://root:root@localhost:33306/drizzle
141
140
PLANETSCALE_CONNECTION_STRING : ${{ secrets.PLANETSCALE_CONNECTION_STRING }}
142
141
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 }}
144
144
NEON_SERVERLESS_CONNECTION_STRING : postgres://postgres:postgres@localhost:5445/postgres
145
145
TIDB_CONNECTION_STRING : ${{ secrets.TIDB_CONNECTION_STRING }}
146
146
XATA_API_KEY : ${{ secrets.XATA_API_KEY }}
@@ -186,9 +186,7 @@ jobs:
186
186
;;
187
187
188
188
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
192
190
;;
193
191
194
192
neon-http-batch)
You can’t perform that action at this time.
0 commit comments