Commit 0e5338c4 authored by Tom Moulard's avatar Tom Moulard
Browse files

action: debug

parent c1006986
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -40,5 +40,7 @@ jobs:
            ps
      - name: Check health
        run: |
          set -x
          docker-compose $(find -name 'docker-compose*.yml' -type f -printf '%p\t%d\n'  2>/dev/null | sort -n -k2 | cut -f 1 | awk '{print "-f "$0}') \
            ps | grep unhealthy; ([ $? -eq 0 ] && exit 1) || exit 0
            ps | grep unhealthy
          ([ $? -eq 0 ] && exit 1) || exit 0