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 6f7321f commit 9b25e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Start Celery worker
run: celery -A config.celery worker --loglevel=info &
- name: Run Tests
run: |
cd ./clone_sound_cloud
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 9b25e17

Please sign in to comment.