Skip to content

Commit f6385a3

Browse files
committed
Merge branch 'alternation-engine' of https://github.com/drizzle-team/drizzle-orm into alternation-engine
2 parents 1aa90a2 + ad93931 commit f6385a3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ jobs:
8585
dbs: [singlestore-many]
8686
- shard: int:singlestore-proxy
8787
dbs: [singlestore-many]
88-
- shard: int:singlestore-prefixed
89-
dbs: [singlestore]
90-
- shard: int:singlestore-custom
91-
dbs: [singlestore]
9288
- shard: int:mysql
9389
dbs: [mysql]
9490
- shard: int:postgres
@@ -218,10 +214,8 @@ jobs:
218214
pnpm --stream vitest --reporter=verbose --silent=false run tests/gel
219215
fi
220216
;;
221-
int:singlestore-core) pnpm --stream vitest --reporter=verbose --silent=false run tests/singlestore/singlestore.test.ts ;;
222-
int:singlestore-proxy) pnpm --stream vitest --reporter=verbose --silent=false run tests/singlestore/singlestore-proxy.test.ts ;;
223-
int:singlestore-prefixed) pnpm --stream vitest --reporter=verbose --silent=false run tests/singlestore/singlestore-prefixed.test.ts ;;
224-
int:singlestore-custom) pnpm --stream vitest --reporter=verbose --silent=false run tests/singlestore/singlestore-custom.test.ts ;;
217+
int:singlestore-core) pnpm --stream vitest --reporter=verbose --silent=false run ./singlestore/singlestore.test.ts ;;
218+
int:singlestore-proxy) pnpm --stream vitest --reporter=verbose --silent=false run ./singlestore/singlestore-proxy.test.ts ./singlestore/singlestore-prefixed.test.ts ./singlestore/singlestore-custom.test.ts ;;
225219
int:postgres)
226220
if [[ -z "${SKIP_EXTERNAL_DB_TESTS:-}" ]]; then
227221
pnpm --stream vitest --reporter=verbose --silent=false run tests/pg/
@@ -250,9 +244,10 @@ jobs:
250244
kit:mssql) cd ../drizzle-kit && pnpm --stream run test:mssql ;;
251245
validators)
252246
(cd ../drizzle-zod && pnpm --stream test --reporter=verbose --silent=false)
253-
(cd ../drizzle-valibod && pnpm --stream test --reporter=verbose --silent=false)
247+
(cd ../drizzle-valibot && pnpm --stream test --reporter=verbose --silent=false)
254248
(cd ../drizzle-arktype && pnpm --stream test --reporter=verbose --silent=false)
255249
(cd ../drizzle-typebox && pnpm --stream test --reporter=verbose --silent=false)
250+
;;
256251
orm|seed)
257252
(cd ../drizzle-${{ matrix.shard }} && pnpm --stream test --reporter=verbose --silent=false)
258253
;;

0 commit comments

Comments
 (0)