Skip to content

Commit

Permalink
ACMS-000: Remove acquia/acquia_cms repo, if it's present.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Jul 4, 2022
1 parent 9a18355 commit 03081bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/acms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ jobs:
- name: Install
run: |
cd ../orca-build
IS_ACMS=$(composer show composer/composer > /dev/null 2>&1)
if [ "$?" -eq 0 ]; then
echo "Removing acquia/acquia_cms."
composer remove acquia/acquia_cms
fi
./vendor/bin/acms acms:install --no-interaction
- name: Execute all PHPUnit tests
run: ./vendor/bin/phpunit
Expand Down

0 comments on commit 03081bc

Please sign in to comment.