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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to