We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2146012 commit 2492f11Copy full SHA for 2492f11
.github/workflows/test-integrations-tasks.yml
@@ -155,6 +155,7 @@ jobs:
155
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-beam"
156
- name: Test celery pinned
157
run: |
158
+ lsof -i :6379
159
set -x # print commands that are executed
160
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery"
161
- name: Test dramatiq pinned
0 commit comments