Skip to content

Commit c2fdfa8

Browse files
committed
chore(CI): fix core dump names for Mac
1 parent c69ea53 commit c2fdfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
184184
sudo bash -c 'echo "/cores/${OSTYPE}.$(poetry run python --version).%e.%p.%t" > /proc/sys/kernel/core_pattern'
185185
else
186-
sudo sysctl kernel.core_pattern="/cores/${OSTYPE}.$(poetry run python --version).%e.%p.%y"
186+
sudo sysctl kern.corefile="/cores/${OSTYPE}.$(poetry run python --version).%e.%p.%y"
187187
fi
188188
fi
189189
- name: Run Python tests (pytest)

0 commit comments

Comments
 (0)