Skip to content

Commit bfec916

Browse files
committed
Copy changes to latest pipeline
1 parent 7296b43 commit bfec916

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-latest.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
matrix:
99
shard:
1010
- gel
11+
- gel-relational
1112
- planetscale
1213
- singlestore-core
1314
- singlestore-proxy
@@ -146,6 +147,10 @@ jobs:
146147
pnpm vitest run tests/gel
147148
;;
148149
150+
gel-relational)
151+
pnpm vitest run tests/relational/gel.test.ts
152+
;;
153+
149154
planetscale)
150155
pnpm vitest run \
151156
tests/mysql/mysql-planetscale.test.ts \
@@ -186,6 +191,7 @@ jobs:
186191
other)
187192
pnpm vitest run \
188193
--exclude tests/gel \
194+
--exclude tests/relational/gel.test.ts \
189195
--exclude tests/mysql/mysql-planetscale.test.ts \
190196
--exclude tests/relational/mysql.planetscale-v1.test.ts \
191197
--exclude tests/relational/mysql.planetscale.test.ts \

0 commit comments

Comments
 (0)