do not check third party response when run tests in ci pipeline

This commit is contained in:
MaysWind
2025-07-02 22:17:25 +08:00
parent 3296d21f6a
commit 5400a1424c
7 changed files with 22 additions and 1 deletions
@@ -27,4 +27,6 @@ jobs:
platforms: linux/amd64
push: false
build-args: |
BUILD_PIPELINE=1
CHECK_3RD_API=${{ vars.CHECK_3RD_API }}
SKIP_TESTS=${{ vars.SKIP_TESTS }}