From 94363fdd9e1bd0038653f5acf58c97b4d697129b Mon Sep 17 00:00:00 2001 From: Shaun Dang Date: Thu, 16 Apr 2026 22:37:46 +0800 Subject: [PATCH] Change expected Ahmyth_RESULT value in smoke test Update the expected Ahmyth_RESULT from 39 to 40 in 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 691c5d55..47c2e1e7 100644 --- a/.github/workflows/smoke_test.yml +++ b/.github/workflows/smoke_test.yml @@ -101,7 +101,7 @@ jobs: shell: bash # This sample should have 39 behaviors with 100% confidence. run: | - if [ "${{ env.Ahmyth_RESULT }}" == "39" ]; then + if [ "${{ env.Ahmyth_RESULT }}" == "40" ]; then exit 0 else exit 1