Skip to content

Commit bbbe222

Browse files
committed
Merge branch 'alternation-engine' of https://github.com/drizzle-team/drizzle-orm into alternation-engine
2 parents edd88cf + b07fbc2 commit bbbe222

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,9 @@ jobs:
116116
dbs: [cockroach]
117117
- shard: kit:mssql
118118
dbs: [mssql]
119-
- shard: zod
120-
dbs: []
121119
- shard: seed
122120
dbs: [cockroach, mysql, mssql, postgres-postgis, singlestore]
123-
- shard: typebox
124-
dbs: []
125-
- shard: valibot
126-
dbs: []
127-
- shard: arktype
121+
- shard: validators
128122
dbs: []
129123

130124
name: ${{ matrix.shard }}
@@ -254,7 +248,12 @@ jobs:
254248
kit:postgres) cd ../drizzle-kit && pnpm --stream run test:postgres ;;
255249
kit:cockroach) cd ../drizzle-kit && pnpm --stream run test:cockroach ;;
256250
kit:mssql) cd ../drizzle-kit && pnpm --stream run test:mssql ;;
257-
orm|zod|seed|typebox|valibot|arktype)
251+
validators)
252+
(cd ../drizzle-zod && pnpm --stream test --reporter=verbose --silent=false)
253+
(cd ../drizzle-valibod && pnpm --stream test --reporter=verbose --silent=false)
254+
(cd ../drizzle-arktype && pnpm --stream test --reporter=verbose --silent=false)
255+
(cd ../drizzle-typebox && pnpm --stream test --reporter=verbose --silent=false)
256+
orm|seed)
258257
(cd ../drizzle-${{ matrix.shard }} && pnpm --stream test --reporter=verbose --silent=false)
259258
;;
260259

0 commit comments

Comments
 (0)