From a5502f6d23885ae35e1b12c70ef2e261e3411663 Mon Sep 17 00:00:00 2001 From: Khin Wong <32264884+zinwang@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:21:10 +0800 Subject: [PATCH] Update the expected result for Quark analysis in the smoke test (#818) --- .github/workflows/smoke_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke_test.yml b/.github/workflows/smoke_test.yml index 6bc6caa6..58b55500 100644 --- a/.github/workflows/smoke_test.yml +++ b/.github/workflows/smoke_test.yml @@ -115,7 +115,7 @@ jobs: shell: bash # This sample should have 15 behaviors with 100% confidence run: | - if [ "${{ env.e273e_RESULT }}" == "40" ]; then + if [ "${{ env.e273e_RESULT }}" == "41" ]; then exit 0 else exit 1