From 8184b53392205578524b5d82508ac5362646d2b5 Mon Sep 17 00:00:00 2001 From: rodrigozhou Date: Thu, 19 Dec 2024 20:31:34 -0800 Subject: [PATCH] address comments --- .github/workflows/check-sdk-compat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-sdk-compat.yml b/.github/workflows/check-sdk-compat.yml index 7af38220..035b0d34 100644 --- a/.github/workflows/check-sdk-compat.yml +++ b/.github/workflows/check-sdk-compat.yml @@ -72,5 +72,6 @@ jobs: working-directory: ./internal/cmd/build - name: Run integration tests + continue-on-error: true run: go run . integration-test -dev-server working-directory: ./internal/cmd/build