This is an automated email from the ASF dual-hosted git repository. hgruszecki pushed a commit to branch 1889-test-examples in repository https://gitbox.apache.org/repos/asf/iggy.git
commit 92baf7c29500508f1148bb8b344dfea0cd84f945 Author: Huan-Cheng Chang <[email protected]> AuthorDate: Sun Sep 28 11:55:45 2025 +0100 fix --- .github/actions/python-maturin/test-examples/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/python-maturin/test-examples/action.yml b/.github/actions/python-maturin/test-examples/action.yml index 082e4450e..2cc2bcc88 100644 --- a/.github/actions/python-maturin/test-examples/action.yml +++ b/.github/actions/python-maturin/test-examples/action.yml @@ -74,3 +74,4 @@ runs: echo "Running Python example tests..." # Run the examples script which will use the prebuilt server binary ./scripts/run-python-examples-from-readme.sh + shell: bash
