diff --git a/.github/workflows/smoke_test.yml b/.github/workflows/smoke_test.yml index 7b325876..6bc6caa6 100644 --- a/.github/workflows/smoke_test.yml +++ b/.github/workflows/smoke_test.yml @@ -105,7 +105,7 @@ jobs: shell: bash # This sample should have 11 behaviors with 100% confidence run: | - if [ "${{ env.a4db_RESULT }}" == "19" ]; then + if [ "${{ env.a4db_RESULT }}" == "20" ]; then exit 0 else exit 1 @@ -115,7 +115,7 @@ jobs: shell: bash # This sample should have 15 behaviors with 100% confidence run: | - if [ "${{ env.e273e_RESULT }}" == "38" ]; then + if [ "${{ env.e273e_RESULT }}" == "40" ]; then exit 0 else exit 1