We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19672b6 commit a5ca701Copy full SHA for a5ca701
build.sh
@@ -93,6 +93,7 @@ diff=$(echo "$diff" | sed -e "s/python\/tox\.ini//")
93
critical_pattern='Client(Trait)?\.php|Exchange\.php|\/base|^build|static_dependencies|^run-tests|package(-lock)?\.json|composer\.json|ccxt\.ts|__init__.py|test' # add \/test|
94
if [[ "$diff" =~ $critical_pattern ]]; then
95
echo "$msgPrefix Important changes detected - doing full build & test"
96
+ echo "$diff"
97
build_and_test_all
98
fi
99
0 commit comments