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 073b910 commit daf5df5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pharmacy-microservice-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Run Docker
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!"
- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit daf5df5

Please sign in to comment.