Skip to content

Commit c9941d5

Browse files
committed
+
1 parent b07fbc2 commit c9941d5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 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/

0 commit comments

Comments
 (0)