Skip to content

Commit 987e432

Browse files
committed
Wait RabbitMQ started
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 770f4d7 commit 987e432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
restore-keys: |
6969
${{ runner.os }}-v2-nuget-
7070
- name: Wait RabbitMQ is Up
71-
run: docker exec -it ${{ job.services.rabbitmq.id }} rabbitmqctl wait --pid 1 --timeout 60
71+
run: docker exec ${{ job.services.rabbitmq.id }} rabbitmqctl wait --pid 1 --timeout 60
7272
- name: Enable RabbitMQ Plugins
7373
run: docker exec ${{ job.services.rabbitmq.id }} rabbitmq-plugins enable rabbitmq_stream rabbitmq_stream_management rabbitmq_amqp1_0
7474
- name: Restore

0 commit comments

Comments
 (0)