Skip to content

Commit

Permalink
Check for the svc to be available before pruning images.
Browse files Browse the repository at this point in the history
  • Loading branch information
agile-josiah committed Nov 29, 2023
1 parent 8edf4bd commit 50c607c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bie-kafka-end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
./gradlew :domain-xample:dockerComposeUp
./gradlew :app:dockerComposeUp
- name: 'Post-Build Docker Cleanup'
uses: ./.github/actions/docker-prune

- name: 'Check disk space (Post-Build)'
uses: ./.github/actions/check-disk-space

- name: 'Wait for RabbitMQ to be ready'
uses: indiesdev/curl@v1.1
with:
Expand Down Expand Up @@ -109,6 +103,12 @@ jobs:
# Quit after 60 seconds
timeout: 60000

- name: 'Post-Build Docker Cleanup'
uses: ./.github/actions/docker-prune

- name: 'Check disk space (Post-Build)'
uses: ./.github/actions/check-disk-space

- name: 'Create Kafka topic and send message'
run: |
source scripts/setenv.sh
Expand Down

0 comments on commit 50c607c

Please sign in to comment.