Skip to content

Commit

Permalink
Update pharmacy-microservice-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YehiaFarghaly authored Jan 16, 2024
1 parent be53bcc commit d4d66fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pharmacy-microservice-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: docker-compose up -d

- name: Wait for Kafka to be ready
run: npx wait-on tcp:localhost:${{ secrets.KAFKA_PORT }} && echo "Kafka is ready!"
run: npx wait-on tcp:127.0.0.1:${{ secrets.KAFKA_PORT }} && echo "Kafka is ready!"

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit d4d66fc

Please sign in to comment.