This is an automated email from the ASF dual-hosted git repository. jasonliu pushed a commit to branch refactor/db-migrations/replace-manual-call-with-disable_sqlite_fkeys in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 891df2c5ebcb6dadecf623a651b6cb6d5317a893 Author: LIU ZHE YOU <zhu424....@gmail.com> AuthorDate: Tue Jun 10 21:51:57 2025 +0800 Enable migration tests for sqlite --- .github/actions/migration_tests/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/migration_tests/action.yml b/.github/actions/migration_tests/action.yml index 0198cbf472b..03ee7b20947 100644 --- a/.github/actions/migration_tests/action.yml +++ b/.github/actions/migration_tests/action.yml @@ -38,7 +38,6 @@ runs: airflow db migrate --to-revision heads && airflow db downgrade -n 2.7.0 -y && airflow db migrate - if: env.BACKEND != 'sqlite' - name: "Bring composer down" shell: bash run: breeze down @@ -60,7 +59,6 @@ runs: airflow db migrate --to-revision heads && airflow db downgrade -n 2.7.0 -y && airflow db migrate - if: env.BACKEND != 'sqlite' - name: "Bring compose down again" shell: bash run: breeze down