Skip to content

Commit

Permalink
Moved docker prune to after trying to start bip services
Browse files Browse the repository at this point in the history
  • Loading branch information
dfitchett committed Nov 22, 2023
1 parent 906e34b commit 5fabf41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ee-ep-merge-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
run: sleep 60s
shell: bash

- 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/[email protected]
with:
Expand Down Expand Up @@ -98,6 +92,12 @@ jobs:
run: sleep 60s
shell: bash

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

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

- name: 'Send Merge Request'
uses: indiesdev/[email protected]
id: merge_request
Expand Down

0 comments on commit 5fabf41

Please sign in to comment.