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