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