citus/.github/actions/enable_core/action.yml

8 lines
125 B
YAML

name: enable_core
runs:
using: composite
steps:
- name: Enable core dumps
run: ulimit -c unlimited
shell: bash