From 73dd557a91ba36e4ff6f3f9c96b3bb28aeb65054 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Fri, 2 Feb 2024 21:06:45 +0530 Subject: [PATCH] run another test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3574201c3..90a3a255b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: -p 1 \ -v \ -timeout 20m \ - -run '^TestExchangeBackupIntgSuite/TestBackup_Run_exchange$' ./internal/operations/test/m365/exchange \ + -run '^TestDataCollectionIntgSuite/TestExchangeDataCollection$' ./internal/m365 \ 2>&1 | tee /tmp/corso-trusted-testlog/gotest-ci.log - name: peek