Skip to content

Commit 2a2831c

Browse files
authored
Merge pull request #141 from containeroo/codex/extend-test-github-workflow-for-file-sync-verification
2 parents 6859110 + a420a78 commit 2a2831c

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)