Skip to content

Commit deafc76

Browse files
authored
Merge pull request #320 from haeter525/fix_smoke_test
Update smoke test for the BladeHawk ruleset
2 parents cd7ee67 + b10cff8 commit deafc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke_test.yml

Lines changed: 1 addition & 1 deletion
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 }}" == "19" ]; then
75+
if [ "${{ env.Ahmyth_RESULT }}" == "22" ]; then
7676
exit 0
7777
else
7878
exit 1

0 commit comments

Comments
 (0)