From ba0c476813c55cb52ff2ad920080eb56a237c8a5 Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Fri, 29 Jul 2022 19:11:20 -0500 Subject: [PATCH] fix action again --- .github/workflows/stack-healthcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stack-healthcheck.yml b/.github/workflows/stack-healthcheck.yml index ef5c5d4..b066b6b 100644 --- a/.github/workflows/stack-healthcheck.yml +++ b/.github/workflows/stack-healthcheck.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Deploy the stack - run: timeout 120 docker-compose up --wait + - name: Deploy the stack, timeout if not healthy after 2m + run: timeout 120 docker compose up --wait - name: Setup tmate session uses: mxschmitt/action-tmate@v3 \ No newline at end of file