We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
alembic check
1 parent 82a8d4f commit eef43b3Copy full SHA for eef43b3
.github/workflows/run-unit-tests.yml
@@ -171,6 +171,14 @@ jobs:
171
platform: "linux/amd64"
172
python: ${{ matrix.python-version }}
173
use-uv: ${{ inputs.use-uv }}
174
+ - name: "Test alembic check"
175
+ shell: bash
176
+ run: breeze shell "${{ env.AIRFLOW_CMD }}"
177
+ env:
178
+ AIRFLOW_CMD: >-
179
+ airflow db reset --skip-init -y &&
180
+ airflow db migrate --to-revision heads &&
181
+ cd airflow-core/src/airflow && alembic check
182
- name: >
183
Migration Tests: ${{ matrix.python-version }}:${{ env.PARALLEL_TEST_TYPES }}
184
uses: ./.github/actions/migration_tests
0 commit comments