Skip to content

Commit

Permalink
Test action change
Browse files Browse the repository at this point in the history
  • Loading branch information
chandr-andr committed Apr 23, 2023
1 parent a04e379 commit 2a2b9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run docker-compose file
run: docker compose -f docker-compose.yaml -p memphis up -d
- name: Run pytest check
run: poetry run pytest -vv -n auto --cov="taskiq_memphis" .
run: poetry run pytest -vv --cov="taskiq_memphis" .
- name: Generate report
run: poetry run coverage xml
- name: Upload coverage reports to Codecov with GitHub Action
Expand Down

0 comments on commit 2a2b9e9

Please sign in to comment.