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 ebcca97 commit 448b6b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: list installed package versions
run: |
sudo pip freeze
pip freeze
- name: Run Tests
env:
Expand All @@ -123,7 +123,6 @@ jobs:
echo "Running the CMS migrations."
./manage.py cms showmigrations
- name: Checkout branch repo
uses: actions/checkout@v2

Expand All @@ -137,7 +136,7 @@ jobs:
- name: list installed package versions
run: |
sudo pip freeze
pip freeze
- name: Run Tests
env:
LMS_CFG: lms/envs/minimal.yml
Expand All @@ -149,7 +148,6 @@ jobs:
echo "Running the CMS migrations."
./manage.py cms showmigrations
# This job aggregates test results. It's the required check for branch protection.
# https://github.com/marketplace/actions/alls-green#why
# https://github.com/orgs/community/discussions/33579
Expand Down

0 comments on commit 448b6b9

Please sign in to comment.