Skip to content

Commit e5790ad

Browse files
committed
Fix command
1 parent 40bf589 commit e5790ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
;;
197197
198198
drizzle-orm|drizzle-kit|drizzle-zod|drizzle-seed|drizzle-typebox|drizzle-valibot)
199-
pnpm run test --filter ${{ matrix.shard }}
199+
(cd .. && pnpm test --filter ${{ matrix.shard }})
200200
;;
201201
202202
other)

0 commit comments

Comments
 (0)