We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be87909 + 6c42ac0 commit 3ffd257Copy full SHA for 3ffd257
.github/workflows/smoke_test.yml
@@ -72,7 +72,7 @@ jobs:
72
shell: bash
73
# This sample should have 16 behaviors with 100% confidence
74
run: |
75
- if [ "${{ env.Ahmyth_RESULT }}" == "22" ]; then
+ if [ "${{ env.Ahmyth_RESULT }}" == "28" ]; then
76
exit 0
77
else
78
exit 1
@@ -82,7 +82,7 @@ jobs:
82
83
# This sample should have 11 behaviors with 100% confidence
84
85
- if [ "${{ env.a4db_RESULT }}" == "11" ]; then
+ if [ "${{ env.a4db_RESULT }}" == "17" ]; then
86
87
88
@@ -92,7 +92,7 @@ jobs:
92
93
# This sample should have 15 behaviors with 100% confidence
94
95
- if [ "${{ env.e273e_RESULT }}" == "21" ]; then
+ if [ "${{ env.e273e_RESULT }}" == "27" ]; then
96
97
98
0 commit comments