Skip to content

Commit 1ded389

Browse files
committed
...
1 parent 13f0a76 commit 1ded389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test-integrations-tasks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-beam"
156156
- name: Test celery pinned
157157
run: |
158-
redis-cli ping
158+
docker ps
159159
set -x # print commands that are executed
160160
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery"
161161
- name: Test dramatiq pinned

0 commit comments

Comments
 (0)