Skip to content

Commit e502c1c

Browse files
committed
.
1 parent d2d5b7f commit e502c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-integrations-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: Test celery pinned
157157
run: |
158158
set -x # print commands that are executed
159-
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery" || true
159+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery"
160160
# Add process cleanup to handle hanging processes
161161
echo "Checking for hanging processes after tests..."
162162
ps aux | grep -i 'celery\|python\|redis' || true

0 commit comments

Comments
 (0)