Skip to content

Commit

Permalink
Install daemonize as needed in the peer_discovery_etcd suite
Browse files Browse the repository at this point in the history
(cherry picked from commit 23f6e5c)
  • Loading branch information
HoloRin authored and mergify[bot] committed Jun 7, 2024
1 parent 5e08acf commit 378e56d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-plugin-mixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ jobs:
cat << EOF >> user.bazelrc
build --strategy=TestRunner=local
EOF
- name: deps/rabbitmq_peer_discovery_etcd SETUP
if: inputs.plugin == 'rabbitmq_peer_discovery_etcd'
run: |
sudo apt-get update && \
sudo apt-get install -y \
daemonize
- name: deps/rabbitmq_stream SETUP
if: inputs.plugin == 'rabbitmq_stream'
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ jobs:
cat << EOF >> user.bazelrc
build --strategy=TestRunner=local
EOF
- name: deps/rabbitmq_peer_discovery_etcd SETUP
if: inputs.plugin == 'rabbitmq_peer_discovery_etcd'
run: |
sudo apt-get update && \
sudo apt-get install -y \
daemonize
- name: deps/rabbitmq_stream SETUP
if: inputs.plugin == 'rabbitmq_stream'
run: |
Expand Down

0 comments on commit 378e56d

Please sign in to comment.