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 230dfea commit 89db2ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pharmacy-microservice-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Print Current Directory
run: |
ls -al
pwd
- name: Run Docker
run: docker-compose -f ./docker-compose.yaml up -d
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!"
Expand Down

0 comments on commit 89db2ad

Please sign in to comment.