From a420a785cc2a63ee016a986989b4e8ec838121df Mon Sep 17 00:00:00 2001 From: Robin Scherrer <43877944+rxbn@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:11:44 +0200 Subject: [PATCH] Verify MinIO sync in test workflow --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 424f38d..08bc7a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,3 +57,8 @@ jobs: -e SOURCE_BUCKET=source \ -e DESTINATION_BUCKET=destination \ test/mirrio + + - name: Verify synced object + run: | + mc cp minio2/destination/test.txt destination.txt + diff -u test.txt destination.txt