Skip to content

Commit a91802f

Browse files
committed
Run coredumpctl info
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent 016fc55 commit a91802f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,11 @@ jobs:
452452
atomvm -v
453453
atomvm -h
454454
455+
- name: "Run coredumpctl info"
456+
if: ${{ failure() }} # Run only if something went wrong
457+
run: |
458+
coredumpctl info
459+
455460
- name: "Upload any dumped core"
456461
uses: actions/upload-artifact@v3
457462
if: ${{ failure() }} # Run only if something went wrong

0 commit comments

Comments
 (0)