Skip to content

Commit a916c3b

Browse files
committed
Merge branch 'optimize-int-tests' into beta
2 parents e4b0766 + 17f36d0 commit a916c3b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
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 \

0 commit comments

Comments
 (0)