Skip to content

Commit 94452ee

Browse files
Test commit to see if it is possible to get
the last commit message.
1 parent f8bd339 commit 94452ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
IMAGE_TAG=$(find PACKAGES/rabbitmq-server-generic-unix-*.tar.xz | awk -F 'PACKAGES/rabbitmq-server-generic-unix-|.tar.xz' '{print $2}')
6262
RABBITMQ_DOCKER_IMAGE=pivotalrabbitmq/rabbitmq:$IMAGE_TAG \
6363
${SELENIUM_DIR}/run-suites.sh short-suite-management-ui
64+
which git &>/dev/null && git log -1 --pretty=%B
6465
mkdir -p /tmp/full-suite
6566
mv /tmp/selenium/* /tmp/full-suite
6667

0 commit comments

Comments
 (0)