Skip to content

Commit

Permalink
test: fix missing migrations on legacy tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Aug 30, 2023
1 parent 852f9d9 commit b3a5354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
run: |
echo "Running checks..."
./ietf/manage.py check
./ietf/manage.py migrate --fake-initial
echo "Starting datatracker..."
./ietf/manage.py runserver 0.0.0.0:8000 --settings=settings_local &
echo "Waiting for datatracker to be ready..."
Expand Down

0 comments on commit b3a5354

Please sign in to comment.