Skip to content

Commit 376cff0

Browse files
Selenium suite workflow: updates for 2024
1. Use Elixir 1.17.x 2. Run only when several relevant code paths change 3. Do not run when unrelated core server tests change
1 parent 1a9d8b3 commit 376cff0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test-authnz.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ on:
33
push:
44
branches:
55
- main
6-
- v3.12.x
7-
- v3.11.x
6+
- v4.0.x
87
paths:
9-
- 'deps/rabbit/**'
8+
- 'deps/rabbit/src/rabbit_auth**'
9+
- 'deps/rabbit/src/rabbit_access_control**'
1010
- 'deps/rabbitmq_auth_**'
11-
- 'deps/rabbitmq_management/selenium/**'
11+
- 'deps/rabbitmq_management/src/**'
12+
- 'deps/rabbitmq_management/priv/**'
1213
- 'scripts/**'
1314
- .bazelrc
1415
- .bazelversion
@@ -40,7 +41,7 @@ jobs:
4041
- chrome
4142
include:
4243
- erlang_version: "26.2"
43-
elixir_version: 1.15.7
44+
elixir_version: 1.17.3
4445
env:
4546
SELENIUM_DIR: selenium
4647
DOCKER_NETWORK: rabbitmq_net

0 commit comments

Comments
 (0)