From dfbe8c44aa958817acf6b4222cb19383d5e9dbd7 Mon Sep 17 00:00:00 2001 From: Khin Wong <32264884+zinwang@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:26:35 +0800 Subject: [PATCH] Update the expected result for Quark analysis in the smoke test --- .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