From 9b0d7b456ee1772b9f9326ec23c6fbd3069d3496 Mon Sep 17 00:00:00 2001 From: zhenghaoz Date: Sun, 13 Oct 2024 02:26:44 +0000 Subject: [PATCH] Fix tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: