gopidesupavan commented on code in PR #48099:
URL: https://github.com/apache/airflow/pull/48099#discussion_r2019212973
##########
scripts/ci/testing/run_unit_tests.sh:
##########
@@ -130,13 +130,24 @@ function task_sdk_tests() {
}
+function airflow_ctl_tests() {
+ echo "${COLOR_BLUE}Running Task SDK tests${COLOR_RESET}"
+ set -x
+ breeze testing airflow-ctl-tests
+ set +x
+ echo "${COLOR_BLUE}Task SDK tests completed${COLOR_RESET}"
Review Comment:
```suggestion
echo "${COLOR_BLUE}Airflow CTL tests completed${COLOR_RESET}"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]