Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 44a19a9

Browse files
committed
Disable singlestore-relational
1 parent 3379afd commit 44a19a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- gel-relational
1818
- planetscale
1919
- singlestore-core
20-
- singlestore-relational
2120
- singlestore-proxy
2221
- singlestore-prefixed
2322
- singlestore-custom
@@ -179,10 +178,6 @@ jobs:
179178
pnpm vitest run tests/singlestore/singlestore.test.ts
180179
;;
181180
182-
singlestore-relational)
183-
pnpm vitest run tests/relational/singlestore.test.ts
184-
;;
185-
186181
singlestore-proxy)
187182
pnpm vitest run tests/singlestore/singlestore-proxy.test.ts
188183
;;
@@ -219,7 +214,6 @@ jobs:
219214
--exclude tests/relational/mysql.planetscale-v1.test.ts \
220215
--exclude tests/relational/mysql.planetscale.test.ts \
221216
--exclude tests/singlestore/singlestore.test.ts \
222-
--exclude tests/relational/singlestore.test.ts \
223217
--exclude tests/singlestore/singlestore-proxy.test.ts \
224218
--exclude tests/singlestore/singlestore-prefixed.test.ts \
225219
--exclude tests/singlestore/singlestore-custom.test.ts \

0 commit comments

Comments
 (0)