Skip to content

Commit

Permalink
remove: no longer needed sleep in the ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Dec 4, 2024
1 parent de57eef commit 52603f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ jobs:
- name: start MongoDB
run: docker compose -f ./docker-compose.yml --env-file ${{ env.ENV_FILE }} up -d operandi-mongodb

- name: wait starting of RabbitMQ and MongoDB
run: sleep 45

- name: run utils tests
run: |
export $(shell sed 's/=.*//' ${{ env.ENV_FILE }})
Expand Down

0 comments on commit 52603f6

Please sign in to comment.