potiuk commented on code in PR #39831:
URL: https://github.com/apache/airflow/pull/39831#discussion_r1615320846
##########
.github/workflows/integration-tests.yml:
##########
@@ -140,6 +140,11 @@ jobs:
breeze testing integration-tests --integration qdrant
breeze down
if: inputs.is-airflow-runner != 'true' && matrix.backend == 'postgres'
+ - name: "Integration Tests Postgres: mssql"
+ run: |
+ breeze testing integration-tests --integration mssql
+ breeze down
+ if: inputs.is-airflow-runner != 'true' && matrix.backend == 'mssql'
Review Comment:
```suggestion
if: inputs.is-airflow-runner != 'true' && matrix.backend ==
'postgres'
```
--
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]