Skip to content

Commit

Permalink
Set true condition on migrations
Browse files Browse the repository at this point in the history
- CHange allows the github action to continue even after an error occurs
- This error is a part of the execution, and is not fatal
  • Loading branch information
ojusharma authored Mar 29, 2024
1 parent d6c9d4d commit 863f599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/running_tests_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
cd ./Django/communicado
python manage.py makemigrations
python manage.py migrate
python manage.py migrate || true
- name: Run Selenium tests
run: |
Expand Down

0 comments on commit 863f599

Please sign in to comment.