From 3921207bb679a9d836ef8d02df698ffd6528cf25 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Tue, 15 Oct 2024 09:55:32 +0200 Subject: [PATCH] Update ci-3p-postgresql.yml --- .github/workflows/ci-3p-postgresql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index 333d6fb51..0998537fc 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -83,7 +83,8 @@ jobs: - name: Prepare run: | set +e - + sudo ulimit -c unlimited + echo '/core' | sudo tee /proc/sys/kernel/core_pattern echo "===================================" ulimit -c echo "==================================="