File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
shard :
16
16
- gel
17
- - gel-relational
18
17
- planetscale
19
18
- singlestore-core
20
19
- singlestore-proxy
@@ -159,12 +158,6 @@ jobs:
159
158
fi
160
159
;;
161
160
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
161
planetscale)
169
162
if [[ -z "$SKIP_EXTERNAL_DB_TESTS" ]]; then
170
163
pnpm vitest run \
@@ -209,7 +202,6 @@ jobs:
209
202
other)
210
203
pnpm vitest run \
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 \
Original file line number Diff line number Diff line change 8
8
matrix :
9
9
shard :
10
10
- gel
11
- - gel-relational
12
11
- planetscale
13
12
- singlestore-core
14
13
- singlestore-proxy
@@ -147,10 +146,6 @@ jobs:
147
146
pnpm vitest run tests/gel
148
147
;;
149
148
150
- gel-relational)
151
- pnpm vitest run tests/relational/gel.test.ts
152
- ;;
153
-
154
149
planetscale)
155
150
pnpm vitest run \
156
151
tests/mysql/mysql-planetscale.test.ts \
@@ -191,7 +186,6 @@ jobs:
191
186
other)
192
187
pnpm vitest run \
193
188
--exclude tests/gel \
194
- --exclude tests/relational/gel.test.ts \
195
189
--exclude tests/mysql/mysql-planetscale.test.ts \
196
190
--exclude tests/relational/mysql.planetscale-v1.test.ts \
197
191
--exclude tests/relational/mysql.planetscale.test.ts \
You can’t perform that action at this time.
0 commit comments