Skip to content

Commit 53c2d13

Browse files
committed
fix ci script
1 parent c9941d5 commit 53c2d13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ jobs:
247247
(cd ../drizzle-valibod && pnpm --stream test --reporter=verbose --silent=false)
248248
(cd ../drizzle-arktype && pnpm --stream test --reporter=verbose --silent=false)
249249
(cd ../drizzle-typebox && pnpm --stream test --reporter=verbose --silent=false)
250+
;;
250251
orm|seed)
251252
(cd ../drizzle-${{ matrix.shard }} && pnpm --stream test --reporter=verbose --silent=false)
252253
;;

0 commit comments

Comments
 (0)