From 2623698f9f76769cf2bb5f80d287916019082521 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 20:16:09 +0530 Subject: [PATCH] run all tests in suite TestSharePointSuite --- .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 34418c96c..2689b05c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,7 +309,7 @@ jobs: -failfast \ -p 1 \ -timeout 20m \ - -run '^TestSharePointSuite/TestCollectLists$' ./internal/m365/collection/site \ + -run '^TestSharePointSuite/' ./internal/m365/collection/site \ 2>&1 | tee -a ./testlog/gotest-unit.log # - name: all tests