Skip to content

Commit 6a79a91

Browse files
michaelklishinmergify[bot]
authored andcommitted
Selenium management UI suite workflow: updates for 2024
1. Use Elixir 1.17.x 2. Only run this suite when the management plugin or web_dispatch source code changes 3. Target relevant branches: main and v4.0.x (cherry picked from commit 003f7a9)
1 parent 4949e61 commit 6a79a91

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ on:
33
push:
44
branches:
55
- main
6-
- v3.12.x
7-
- v3.11.x
6+
- v4.0.x
87
- bump-otp-for-oci
98
- bump-rbe-*
109
- bump-rules_erlang
1110
paths:
12-
- 'deps/**'
11+
- 'deps/rabbitmq_management/src/**'
12+
- 'deps/rabbitmq_management/priv/**'
13+
- 'deps/rabbitmq_web_dispatch/src/**'
1314
- 'scripts/**'
1415
- .bazelrc
1516
- .bazelversion
@@ -34,7 +35,7 @@ jobs:
3435
- chrome
3536
include:
3637
- erlang_version: "26.2"
37-
elixir_version: 1.15.7
38+
elixir_version: 1.17.3
3839
env:
3940
SELENIUM_DIR: selenium
4041
DOCKER_NETWORK: rabbitmq_net

0 commit comments

Comments
 (0)