Skip to content

Commit c68ab6d

Browse files
committed
docker cli
1 parent 4d6f6d0 commit c68ab6d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
- name: Install System Dependencies
5151
run: |
5252
if [ "$(id -u)" = "0" ]; then
53-
apt-get update && apt-get install -y build-essential git netcat-openbsd
53+
apt-get update && apt-get install -y build-essential git netcat-openbsd docker-ce-cli
5454
else
55-
sudo apt-get update && sudo apt-get install -y build-essential git netcat-openbsd
55+
sudo apt-get update && sudo apt-get install -y build-essential git netcat-openbsd docker-ce-cli
5656
fi
5757
5858
- name: Cache Ruby Gems
@@ -72,7 +72,6 @@ jobs:
7272
- name: Wait for RabbitMQ
7373
run: |
7474
echo "Waiting for RabbitMQ to start at hostname 'rabbitmq'..."
75-
# Fix: Use the service name 'rabbitmq' instead of 'localhost'
7675
for i in {1..30}; do
7776
if nc -z rabbitmq 5672; then
7877
echo "RabbitMQ is ready!"

0 commit comments

Comments
 (0)