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 13f0a76 commit 1ded389Copy full SHA for 1ded389
.github/workflows/test-integrations-tasks.yml
@@ -155,7 +155,7 @@ jobs:
155
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-beam"
156
- name: Test celery pinned
157
run: |
158
- redis-cli ping
+ docker ps
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