From 799113671a72cabde7702941f8ed7b37029495ff Mon Sep 17 00:00:00 2001 From: Jonatas Souza Date: Thu, 24 Oct 2024 11:16:44 -0300 Subject: [PATCH] actions v1 --- .github/workflows/unit.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 94e30966..b02c32e8 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -13,6 +13,11 @@ jobs: - name: Build the Docker image run: docker compose up -d + - name: Sleep + uses: jakejarvis/wait-action@master + with: + time: '60s' + - name: Check running containers run: docker ps