Skip to content

Commit

Permalink
build: capturing new migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Oct 30, 2023
1 parent 26f4dc1 commit 8d3e915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ jobs:
STUDIO_CFG: lms/envs/minimal.yml
run: |
echo "Running the LMS migrations."
./manage.py lms migrate
./manage.py lms showmigrations
echo "Running the CMS migrations."
./manage.py cms migrate
./manage.py cms showmigrations
- name: Verify executed migrations on master.
run: |
Expand Down

0 comments on commit 8d3e915

Please sign in to comment.