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

0 comments on commit a26fe26

Please sign in to comment.