mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
test
This commit is contained in:
parent
086d3563a4
commit
ead67c8151
1 changed files with 1 additions and 3 deletions
4
.github/workflows/db_migration.yml
vendored
4
.github/workflows/db_migration.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Run on Database Migration on Production (aws-dev)
|
||||
name: Run Database Migration on Production (aws-dev)
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -21,8 +21,6 @@ jobs:
|
|||
poetry install --no-root
|
||||
- name: run script
|
||||
run: |
|
||||
poetry run python etl/load_metadata.py
|
||||
poetry run python etl/simple_load_example.py
|
||||
poetry run alembic upgrade head
|
||||
env:
|
||||
PYTHONPATH: ${{ github.workspace }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue