Skip to content

Commit

Permalink
upd celery
Browse files Browse the repository at this point in the history
  • Loading branch information
MafanNam committed Dec 26, 2023
1 parent ee2e988 commit 6f7321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run Tests
run: |
cd ./clone_sound_cloud
celery -A config.celery worker --loglevel=info
celery -A config.celery worker --pool=solo -l info
python manage.py test
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
Expand Down

0 comments on commit 6f7321f

Please sign in to comment.