ephraimbuddy commented on code in PR #44790:
URL: https://github.com/apache/airflow/pull/44790#discussion_r1884150291
##########
.github/actions/migration_tests/action.yml:
##########
@@ -45,6 +45,21 @@ runs:
COMPOSE_PROJECT_NAME: "docker-compose"
env:
COMPOSE_PROJECT_NAME: "docker-compose"
+ - name: "Bring composer down again"
+ shell: bash
+ run: breeze down
+ env:
+ COMPOSE_PROJECT_NAME: "docker-compose"
+ - name: "Test offline migration ${{env.BACKEND}}"
+ shell: bash
+ run: >
+ breeze shell "airflow db reset -y &&
+ airflow db downgrade -n 2.7.0 -y &&
+ airflow db migrate -s"
+ COMPOSE_PROJECT_NAME: "docker-compose"
Review Comment:
~This was copied from a similar job above. Not sure what it does. I will
remove it and see~
--
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]