Skip to content

Commit 86716d2

Browse files
committed
Update aws intergration workflow for current erlang versions
1 parent e84d97f commit 86716d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rabbitmq_peer_discovery_aws.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
include:
1111
- image_tag_suffix: otp-max-bazel
1212
otp_version_id: 25_2
13+
otp_major: 25
1314
timeout-minutes: 45
1415
steps:
1516
- name: CHECKOUT REPOSITORY
@@ -46,7 +47,7 @@ jobs:
4647
4748
branch_or_tag="${GITHUB_REF##*/}"
4849
bazelisk test //deps/rabbitmq_peer_discovery_aws:integration_SUITE \
49-
--config=rbe-${{ matrix.otp_version_id }} \
50+
--config=rbe-${{ matrix.otp_major }} \
5051
--test_tag_filters=aws \
5152
--build_tests_only \
5253
--test_env AWS_ACCESS_KEY_ID=${{ secrets.CONCOURSE_AWS_ACCESS_KEY_ID }} \

0 commit comments

Comments
 (0)