This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git
commit 2000e1ce22dcc628d93c8508107145233292323b Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Apr 15 15:34:37 2025 +0100 NO-JIRA: show differences after using update-examples-version.sh in CI runs --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fa13f4..2ef1d87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,6 +89,7 @@ jobs: run: | cd activemq-artemis-examples ./scripts/update-examples-version.sh ${{ steps.identify-artemis-version.outputs.artemis-build-version }} + git diff -U0 -p --stat - name: Verify Examples run: | @@ -167,6 +168,7 @@ jobs: run: | cd activemq-artemis-examples ./scripts/update-examples-version.sh ${{ steps.identify-artemis-version.outputs.artemis-build-version }} + git diff -U0 -p --stat - name: Build Examples run: | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
