Skip to content

Commit b3e4358

Browse files
committed
TEMP
1 parent c95b61a commit b3e4358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/alembic_check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
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"

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)