Skip to content

Commit

Permalink
fix typo in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 22, 2023
1 parent 0a285f5 commit 3ca3b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Unit-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Launch Special Worker
run: |
celery --app API.api_worker worker --loglevel=INFO --queues='raw_special' &1
celery --app API.api_worker worker --loglevel=INFO --queues='raw_special' &
- name: Run Tests
run: |
Expand Down

0 comments on commit 3ca3b52

Please sign in to comment.