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 3, 2024
1 parent ba6f162 commit b8d7f8e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ jobs:
pip install -r requirements_mini.txt
- name: Check with flake8
run: python -m flake8 crm_yandex/

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

build_and_push_to_docker_hub:
name: Push Docker image to DockerHub
Expand Down

0 comments on commit b8d7f8e

Please sign in to comment.