Skip to content

Commit

Permalink
Try migrating before checking migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Jul 4, 2024
1 parent d37aede commit 649d6be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ jobs:
if: ${{ matrix.db-engine == 'psql' }}
run: pip3 install psycopg2-binary

- name: Migrate
run: test_ralph migrate

# Runs a set of commands using the runners shell
- name: Check missing migrations
run: "${GITHUB_WORKSPACE}/scripts/check_missing_migrations.sh"
Expand Down

0 comments on commit 649d6be

Please sign in to comment.