Skip to content

Commit 3ffd257

Browse files
authored
Merge pull request #328 from haeter525/master
Update smoke test for the SMS message ruleset
2 parents be87909 + 6c42ac0 commit 3ffd257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/smoke_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
shell: bash
7373
# This sample should have 16 behaviors with 100% confidence
7474
run: |
75-
if [ "${{ env.Ahmyth_RESULT }}" == "22" ]; then
75+
if [ "${{ env.Ahmyth_RESULT }}" == "28" ]; then
7676
exit 0
7777
else
7878
exit 1
@@ -82,7 +82,7 @@ jobs:
8282
shell: bash
8383
# This sample should have 11 behaviors with 100% confidence
8484
run: |
85-
if [ "${{ env.a4db_RESULT }}" == "11" ]; then
85+
if [ "${{ env.a4db_RESULT }}" == "17" ]; then
8686
exit 0
8787
else
8888
exit 1
@@ -92,7 +92,7 @@ jobs:
9292
shell: bash
9393
# This sample should have 15 behaviors with 100% confidence
9494
run: |
95-
if [ "${{ env.e273e_RESULT }}" == "21" ]; then
95+
if [ "${{ env.e273e_RESULT }}" == "27" ]; then
9696
exit 0
9797
else
9898
exit 1

0 commit comments

Comments
 (0)