diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 0f52444..7705b14 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v1 - name: Build the stack - run: docker-compose up -d --build + run: docker compose up -d --build - name: Check the deployed service URL uses: jtalk/url-health-check-action@v2