Skip to content

Commit 83f67e4

Browse files
committed
Remove gel-relational
1 parent bfec916 commit 83f67e4

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
shard:
1616
- gel
17-
- gel-relational
1817
- planetscale
1918
- singlestore-core
2019
- singlestore-proxy
@@ -159,12 +158,6 @@ jobs:
159158
fi
160159
;;
161160
162-
gel-relational)
163-
if [[ -z "$SKIP_EXTERNAL_DB_TESTS" ]]; then
164-
pnpm vitest run tests/relational/gel.test.ts
165-
fi
166-
;;
167-
168161
planetscale)
169162
if [[ -z "$SKIP_EXTERNAL_DB_TESTS" ]]; then
170163
pnpm vitest run \
@@ -209,7 +202,6 @@ jobs:
209202
other)
210203
pnpm vitest run \
211204
--exclude tests/gel \
212-
--exclude tests/relational/gel.test.ts \
213205
--exclude tests/mysql/mysql-planetscale.test.ts \
214206
--exclude tests/relational/mysql.planetscale-v1.test.ts \
215207
--exclude tests/relational/mysql.planetscale.test.ts \

.github/workflows/release-latest.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
matrix:
99
shard:
1010
- gel
11-
- gel-relational
1211
- planetscale
1312
- singlestore-core
1413
- singlestore-proxy
@@ -147,10 +146,6 @@ jobs:
147146
pnpm vitest run tests/gel
148147
;;
149148
150-
gel-relational)
151-
pnpm vitest run tests/relational/gel.test.ts
152-
;;
153-
154149
planetscale)
155150
pnpm vitest run \
156151
tests/mysql/mysql-planetscale.test.ts \
@@ -191,7 +186,6 @@ jobs:
191186
other)
192187
pnpm vitest run \
193188
--exclude tests/gel \
194-
--exclude tests/relational/gel.test.ts \
195189
--exclude tests/mysql/mysql-planetscale.test.ts \
196190
--exclude tests/relational/mysql.planetscale-v1.test.ts \
197191
--exclude tests/relational/mysql.planetscale.test.ts \

0 commit comments

Comments
 (0)