Skip to content

Commit 3e7870a

Browse files
Fix docker workflow after PR dremio#59
1 parent 47fea4e commit 3e7870a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Test container
6161
run: |
62-
uv run python tests/stremable_http_cli.py --url http://127.0.0.1:6789/mcp --token fake
62+
uv run python tests/stremable_http_cli.py cli list-tools --url http://127.0.0.1:6789/mcp --token fake
6363
- id: tag
6464
name: Create tag
6565
run: |

0 commit comments

Comments
 (0)