Skip to content

Commit 5edef04

Browse files
committed
cc rabbitmq: fix macos tests
1 parent cbdb847 commit 5edef04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
run: |
7777
brew tap mongodb/brew
7878
brew install clickhouse redis kafka mongodb-community rabbitmq
79+
mkdir -p "$(brew --prefix)/etc/rabbitmq/conf.d"
80+
echo 'deprecated_features.permit.transient_nonexcl_queues = true' > "$(brew --prefix)/etc/rabbitmq/conf.d/10-userver-ci.conf"
7981
8082
- name: Setup ccache
8183
run: |

0 commit comments

Comments
 (0)