From 913e8e65c6b978fd63613d3ee5513ba0391f7d55 Mon Sep 17 00:00:00 2001 From: Vishal Khode Date: Thu, 22 Jun 2023 01:53:20 +0530 Subject: [PATCH] ACMS-000: Testing.. --- .github/workflows/acquia_cms_ci.workflow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/acquia_cms_ci.workflow.yml b/.github/workflows/acquia_cms_ci.workflow.yml index 7640f12664..ca01269b8e 100644 --- a/.github/workflows/acquia_cms_ci.workflow.yml +++ b/.github/workflows/acquia_cms_ci.workflow.yml @@ -401,6 +401,10 @@ jobs: find modules -type f -name "*Test.php" "${commands[@]}" -exec rm -fr '{}' ';' # Do not run any existing site tests. We run them seperately. find modules -type d -name ExistingSite | xargs rm -rf && rm -rf tests/src/ + + // Remove below later + find modules/acquia_cms_common/tests modules/acquia_cms_common/modules/*/tests -type f -name "*Test.php" ! -path "*AcquiaCmsTelemetryTest.php" -exec rm -fr '{}' ';' + ../orca/bin/ci/before_install.sh chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=4444 & CHROMEDRIVER_PID=$!