summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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()