diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ade45f3..864b00f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the stack - run: docker-compose up -d + run: docker compose up -d - name: Check the deployed service health uses: jtalk/url-health-check-action@v2 with: