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 daf5df5 commit 230dfea
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 @@ -15,7 +15,7 @@ jobs:

steps:
- name: Run Docker
run: docker-compose up -d
run: docker-compose -f ./docker-compose.yaml up -d

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

0 comments on commit 230dfea

Please sign in to comment.