This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git
commit db2452ea5b994dcf38365cb0944dff15750f7319 Author: Croway <[email protected]> AuthorDate: Wed Jan 28 16:37:18 2026 +0100 Execute smart-log-analyzer test --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 103669d..3748e9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,6 +88,10 @@ jobs: pushd edi-x12-as2/test jbang citrus@citrusframework/citrus run edi-x12-as2.camel.it.yaml popd + + pushd smart-log-analyzer/first-iteration/test + jbang citrus@citrusframework/citrus run first-iteration.camel.it.yaml + popd - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: always() with:
