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

7 lines
124 B
YAML

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