Skip to content

Commit

Permalink
Save dump files to S3
Browse files Browse the repository at this point in the history
Signed-off-by: Monthon Klongklaew <[email protected]>
  • Loading branch information
monthonk committed May 30, 2024
1 parent 4cde9a1 commit 99fc255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
run: cargo test --no-run
- name: Run tests
run: cargo test
- name: Save dump files
run: aws s3 cp /var/lib/systemd/coredump/core.mountpoint_s3* s3://${{ vars.S3_BUCKET_NAME }}/${{ env.S3_BUCKET_TEST_PREFIX }}/coredump/

asan:
name: Address sanitizer
Expand Down

0 comments on commit 99fc255

Please sign in to comment.