Skip to content

Commit

Permalink
RABBITMQ_METADATA_STORE has no effect on this branch
Browse files Browse the repository at this point in the history
so no need to vary it in the test matrix
  • Loading branch information
HoloRin committed Jun 10, 2024
1 parent c78563a commit 78bb05f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-plugin-mixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
matrix:
erlang_version:
- 25.0
metadata_store:
- mnesia
- khepri
include:
- erlang_version: 25.0
elixir_version: 1.15
Expand Down Expand Up @@ -170,7 +167,6 @@ jobs:
## env vars and leak them
bazelisk test $(< ${{ steps.shard.outputs.file }}) \
--test_env RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }} \
--build_tests_only \
--verbose_failures
- name: UPLOAD TEST LOGS
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
matrix:
erlang_version:
- 26
metadata_store:
- mnesia
- khepri
include:
- erlang_version: 26
elixir_version: 1.15
Expand Down Expand Up @@ -165,7 +162,6 @@ jobs:
## env vars and leak them
bazelisk test $(< ${{ steps.shard.outputs.file }}) \
--test_env RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }} \
--build_tests_only \
--verbose_failures
- name: UPLOAD TEST LOGS
Expand Down

0 comments on commit 78bb05f

Please sign in to comment.