Skip to content

Commit ff038bd

Browse files
committed
list dbs
1 parent c559fe6 commit ff038bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-mcp-sanity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
yarn couchdb:start
3939
npx wait-on --timeout 5m http://localhost:5984
4040
41+
- name: Verify databases
42+
run: curl http://admin:password@localhost:5984/_all_dbs
43+
4144
- name: Build mcp package and examples
4245
run: |
4346
yarn workspace @vue-skuilder/mcp build

0 commit comments

Comments
 (0)