From 246ff1d202e1028f0e85c9a70842e87be07c360f Mon Sep 17 00:00:00 2001 From: Yuqi Du Date: Mon, 27 Nov 2023 17:02:03 -0800 Subject: [PATCH] modify workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e865c93..6901ddc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: working-directory: stargate-mongoose - name: Wait for services run: | - while ! nc -z localhost 8080; do sleep 1; done + while ! nc -z localhost 8181; do sleep 1; done while ! nc -z localhost 8081; do sleep 1; done working-directory: stargate-mongoose ## Set up and run ecommerce sample app tests