Skip to content

Commit

Permalink
Re-aaranged Django Migrations
Browse files Browse the repository at this point in the history
- Changed Django Migrations to new location in the file to ensure no bugs exist
  • Loading branch information
ojusharma authored Mar 29, 2024
1 parent b7f84fa commit 70e9f06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/running_tests_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Docker Build Image
run: |
cd ./Django/communicado
chmod +x mac_docker_build_and_run.sh
- name: Run Django migrations
run: |
cd ./Django/communicado
python manage.py makemigrations
python manage.py migrate || true
- name: Docker Build Image
run: |
cd ./Django/communicado
chmod +x mac_docker_build_and_run.sh
- name: Run Tests
run: |
cd ./Django/communicado
Expand Down

0 comments on commit 70e9f06

Please sign in to comment.