Skip to content

Commit

Permalink
Update pgcmp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythicaeda committed Dec 10, 2024
1 parent e912936 commit 174f6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pgcmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
AERIE_PASSWORD=${AERIE_PASSWORD}
EOF
python -m pip install -r requirements.txt
python aerie_db_migration.py --apply --all
python aerie_db_migration.py migrate --apply --all
cd ..
- name: Clone PGCMP
uses: actions/checkout@v4
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
AERIE_PASSWORD=${AERIE_PASSWORD}
EOF
python -m pip install -r requirements.txt
python aerie_db_migration.py --revert --all
python aerie_db_migration.py migrate --revert --all
cd ..
- name: Dump Migrated Database
run: |
Expand Down

0 comments on commit 174f6b3

Please sign in to comment.