Skip to content

Commit a420a78

Browse files
committed
Verify MinIO sync in test workflow
1 parent 6859110 commit a420a78

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ jobs:
5757
-e SOURCE_BUCKET=source \
5858
-e DESTINATION_BUCKET=destination \
5959
test/mirrio
60+
61+
- name: Verify synced object
62+
run: |
63+
mc cp minio2/destination/test.txt destination.txt
64+
diff -u test.txt destination.txt

0 commit comments

Comments
 (0)