Update ci-3p-postgresql.yml

fix/3p-ci-error-handling
Miro Stauder 2 years ago committed by GitHub
parent a73f3b153c
commit 3921207bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 "==================================="

Loading…
Cancel
Save