We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cbde6 commit 78cecceCopy full SHA for 78cecce
.github/workflows/pull_request.yml
@@ -231,16 +231,6 @@ jobs:
231
- name: Install JS dependencies
232
run: bun install
233
234
- - name: Build backend-jsonrpc (deprecated)
235
- working-directory: packages/@postgrestools/backend-jsonrpc
236
- run: bun run build
237
- - name: Run backend-jsonrpc test (deprecated)
238
239
- run: bun run test
240
- - name: Run cli test (deprecated)
241
- working-directory: packages/@postgrestools/postgrestools
242
243
-
244
- name: Build backend-jsonrpc
245
working-directory: packages/@postgres-language-server/backend-jsonrpc
246
run: bun run build
0 commit comments