diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index c46b8fbd..b791798d 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -11,7 +11,15 @@ jobs: uses: actions/checkout@v3 - name: Build the Docker image - run: docker compose up + run: docker compose up -d + + - name: Sleep + uses: jakejarvis/wait-action@master + with: + time: '60s' + + - name: Check running containers + run: docker ps - name: Run unit tests run: ./test.sh crudx