summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarcial Rosales <mrosales@pivotal.io>2022-11-08 09:41:47 +0100
committerMichael Klishin <klishinm@vmware.com>2023-01-03 07:09:00 -0500
commit9354397cbf5c8b4c5602681ef9c8132ac85166ce (patch)
treee84fdb4cfacf36605e2f4b78972634d27f4276df /.github
parent0a8dd19434553a364bc757ffa10dfa9e1c1e472d (diff)
downloadrabbitmq-server-git-9354397cbf5c8b4c5602681ef9c8132ac85166ce.tar.gz
Support Idp initiated logon in mgt ui with Oauth
Configure preferred username from a token Make client_secret optional
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-selenium.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml
index e2d9b4d52f..bc7d715ac5 100644
--- a/.github/workflows/test-selenium.yaml
+++ b/.github/workflows/test-selenium.yaml
@@ -91,7 +91,7 @@ jobs:
- name: Run Suites
run: |
- ${SELENIUM_DIR}/run-suites.sh
+ RABBITMQ_DOCKER_IMAGE=bazel/packaging/docker-image:rabbitmq ${SELENIUM_DIR}/run-suites.sh
- name: Upload Test Artifacts
if: always()