We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bfffd commit 7a861b7Copy full SHA for 7a861b7
.github/workflows/pex.yml
@@ -73,7 +73,7 @@ jobs:
73
p check --mode pex -tc tcSingleClient -t 60 --checker-args :--max-choices-per-schedule:1000000:--max-choices-per-call:100
74
75
# Check if test was successful
76
- if [ $? -ne 2 ]; then
+ if [ $? -ne 3 ]; then
77
echo "Error: Test case failed"
78
exit 1
79
fi
0 commit comments