Skip to content

Commit 37d591f

Browse files
Test commit
1 parent d3fd4b9 commit 37d591f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,21 @@ jobs:
5656
cd ${SELENIUM_DIR}
5757
docker build -t mocha-test --target test .
5858
59-
- name: Run full ui suites on a standalone rabbitmq server
59+
- name: Run short ui suites on a standalone rabbitmq server
6060
run: |
61-
git log -2 --pretty=%B
62-
git log -1 --pretty=%B | grep "./run-suite"
61+
echo "${{ github.event.head_commit.message }}"
6362
IMAGE_TAG=$(find PACKAGES/rabbitmq-server-generic-unix-*.tar.xz | awk -F 'PACKAGES/rabbitmq-server-generic-unix-|.tar.xz' '{print $2}')
6463
RABBITMQ_DOCKER_IMAGE=pivotalrabbitmq/rabbitmq:$IMAGE_TAG \
6564
${SELENIUM_DIR}/run-suites.sh short-suite-management-ui
66-
mkdir -p /tmp/full-suite
67-
mv /tmp/selenium/* /tmp/full-suite
65+
mkdir -p /tmp/short-suite
66+
mv /tmp/selenium/* /tmp/short-suite
6867
6968
- name: Upload Test Artifacts
7069
if: always()
7170
uses: actions/[email protected]
7271
with:
7372
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
7473
path: |
75-
/tmp/full-suite
7674
/tmp/short-suite
7775
7876
summary-selenium:

0 commit comments

Comments
 (0)