gopidesupavan commented on code in PR #44326:
URL: https://github.com/apache/airflow/pull/44326#discussion_r1855529063
##########
.github/workflows/special-tests.yml:
##########
@@ -247,3 +262,50 @@ jobs:
include-success-outputs: ${{ inputs.include-success-outputs }}
run-coverage: ${{ inputs.run-coverage }}
debug-resources: ${{ inputs.debug-resources }}
+
+ test-openapi-client:
Review Comment:
Open api tests requires building the airflow python client, so i have added
as a separate job here and once it packaged and calling the breeze testing
within same job. hope that is okay?
--
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]