Skip to content

Commit

Permalink
Update workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
margoloko authored Mar 2, 2024
1 parent 10ab2eb commit ba6f162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: python -m flake8 crm_yandex/

- name: Run migrations
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: |
cd crm_yandex
python manage.py migrate
Expand Down

0 comments on commit ba6f162

Please sign in to comment.