From 57e8760c41cb39e541dc84f553d57959827c27cc Mon Sep 17 00:00:00 2001 From: Yang Xiufeng Date: Mon, 21 Oct 2024 11:20:46 +0800 Subject: [PATCH] debug --- .github/workflows/test_cluster.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_cluster.yml b/.github/workflows/test_cluster.yml index c972e828..b964ac5f 100644 --- a/.github/workflows/test_cluster.yml +++ b/.github/workflows/test_cluster.yml @@ -47,6 +47,9 @@ jobs: env: MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + - name: View Nginx logs + run: docker logs nginx-lb + - name: Test with conn to nginx run: mvn test -DexcludedGroups=FLAKY -DtrimStackTrace=false -Dsurefire.printSummary=true -Dsurefire.useFile=false env: