We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b19f9 commit 25a54f7Copy full SHA for 25a54f7
1 file changed
.github/workflows/test.yml
@@ -63,9 +63,9 @@ jobs:
63
64
- name: Run tests
65
env:
66
- CACHE_URL: redis://redis
67
- BUS_URL: amqp://guest:guest@rabbitmq
+ CACHE_URL: redis://localhost
+ BUS_URL: amqp://guest:guest@localhost
68
run: |
69
pip install coverage
70
coverage run -m unittest tests/**/*.py
71
- coverage report -m --fail-under=60
+ coverage report -m --fail-under=60
0 commit comments