Skip to content

Commit 5496570

Browse files
committed
ACMS-3470: fix failing tests in acquia cms cron.
1 parent f8a0b39 commit 5496570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/acquia_cms_cron.yml

+2
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ jobs:
206206
207207
# Remove drupal/core patch as it's needed for latest Drupal Core only.
208208
composer config extra.patches.drupal/core {} --json
209+
sed -i 's/2598.patch",/2598.patch"/' modules/acquia_cms_common/composer.json
210+
sed -i '/3370946-page-title-backport-10-2-2_0.patch/d' modules/acquia_cms_common/composer.json
209211
fi
210212
# Do not run any existing site tests. We run them seperately.
211213
find tests/src modules -type f -name "*Test.php" -path "*/ExistingSite*/*" -exec rm -fr '{}' ';'

0 commit comments

Comments
 (0)