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.
1 parent cd7ee67 commit b10cff8Copy full SHA for b10cff8
.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 }}" == "19" ]; then
+ if [ "${{ env.Ahmyth_RESULT }}" == "22" ]; then
76
exit 0
77
else
78
exit 1
0 commit comments