Skip to content

Commit

Permalink
ACMS-000: Testing..
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Jun 21, 2023
1 parent 86752a7 commit 913e8e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/acquia_cms_ci.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=$!
Expand Down

0 comments on commit 913e8e6

Please sign in to comment.