Skip to content

Commit

Permalink
🧪 test(ci): Check backup container health in test job.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 9, 2025
1 parent 11dc3cd commit ce101fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci:build:image:backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ jobs:
container: backup-container
timeout: 60

- name: Wait for backup container to be healthy
uses: ./.github/actions/docker/container/is-healthy
with:
container: backup-container
timeout: 60

- name: Show docker containers
if: always()
run: |
Expand Down

0 comments on commit ce101fa

Please sign in to comment.