File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : " Run Alembic check: ${{env.BACKEND}}"
2525 shell : bash
2626 run : |
27- breeze shell "alembic check"
27+ breeze shell "cd airflow-core/src/airflow && alembic check"
2828 env :
2929 COMPOSE_PROJECT_NAME : " docker-compose"
3030 AIRFLOW__DATABASE__EXTERNAL_DB_MANAGERS : " airflow.providers.fab.auth_manager.models.db.FABDBManager"
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 if: inputs.run-migration-tests == 'true' && inputs.test-group == 'core'
183183 - name : >
184184 Alembic Check: ${{ matrix.python-version }}:${{ env.PARALLEL_TEST_TYPES }}
185- run: ./.github/scripts/ci/db-migration
185+ run: ./.github/scripts/ci/alembic_check
186186 if: inputs.run-alembic-check == 'true' && inputs.test-group == 'core'
187187 - name : >
188188 ${{ inputs.test-group }}:${{ inputs.test-scope }} Tests ${{ inputs.test-name }} ${{ matrix.backend-version }}
You can’t perform that action at this time.
0 commit comments