From 7f3549f2af94a9f0f55cf1856ac81267d6d8c1ce Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Mon, 29 Jan 2024 16:24:14 +0530 Subject: [PATCH] run only one suite for trusted --- .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 030fbe3ea..e84e7ec5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: -failfast \ -p 1 \ -timeout 20m \ - -run ./internal/operations/test/m365/exchange \ + -run '^TestExchangeBackupIntgSuite/' ./internal/operations/test/m365/exchange \ 2>&1 | tee /tmp/corso-trusted-testlog/gotest-ci.log # # run the tests