We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a19a9 commit 1946324Copy full SHA for 1946324
.github/workflows/release-feature-branch.yaml
@@ -14,7 +14,6 @@ jobs:
14
matrix:
15
shard:
16
- gel
17
- - gel-relational
18
- planetscale
19
- singlestore-core
20
- singlestore-proxy
@@ -159,12 +158,6 @@ jobs:
159
158
fi
160
;;
161
162
- gel-relational)
163
- if [[ -z "$SKIP_EXTERNAL_DB_TESTS" ]]; then
164
- pnpm vitest run tests/relational/gel.test.ts
165
- fi
166
- ;;
167
-
168
planetscale)
169
if [[ -z "$SKIP_EXTERNAL_DB_TESTS" ]]; then
170
pnpm vitest run \
@@ -209,7 +202,6 @@ jobs:
209
202
other)
210
203
211
204
--exclude tests/gel \
212
- --exclude tests/relational/gel.test.ts \
213
205
--exclude tests/mysql/mysql-planetscale.test.ts \
214
206
--exclude tests/relational/mysql.planetscale-v1.test.ts \
215
207
--exclude tests/relational/mysql.planetscale.test.ts \
0 commit comments