diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5b557eb9b..3d444bde6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -79,6 +79,9 @@ jobs: run: cargo test --no-run - name: Run tests run: cargo test + - name: Save dump files + if: ${{ failure() && matrix.runner.name == 'Amazon Linux arm' }} + run: aws s3 cp /var/lib/systemd/coredump/core.mountpoint_s3* s3://${{ vars.S3_BUCKET_NAME }}/coredump/ asan: name: Address sanitizer