From 61e41cfb951bb0aa1a9af7f958a2accb91054db3 Mon Sep 17 00:00:00 2001 From: Luke Chen Date: Tue, 16 Jun 2026 11:44:20 +0900 Subject: [PATCH] add mirroring IT to github workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4b316dafffe8..ba56602a4d1d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,3 +58,6 @@ jobs: - name: Unit Tests run: ./gradlew unitTest + + - name: Cluster Mirroring Integration Tests + run: ./gradlew core:test --tests AsyncClusterMirrorIntegrationTest