Skip to content

Commit

Permalink
ACMS-1927: Add prophecy repo to global repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Dec 7, 2023
1 parent 9e681ab commit e4accdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/acquia_cms_ci.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=4444 &
CHROMEDRIVER_PID=$!
echo "CHROMEDRIVER_PID=${CHROMEDRIVER_PID}" >> ${GITHUB_ENV}
git clone --branch=v1.18.0-alpha https://github.com/rajeshreeputra/prophecy.git prophecy
- name: Install
shell: 'script -q -e -c "bash {0}"'
run: ./tests/ci/install.sh
Expand Down Expand Up @@ -332,6 +333,7 @@ jobs:
chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=4444 &
CHROMEDRIVER_PID=$!
echo "CHROMEDRIVER_PID=${CHROMEDRIVER_PID}" >> ${GITHUB_ENV}
git clone --branch=v1.18.0-alpha https://github.com/rajeshreeputra/prophecy.git prophecy
- name: Install
shell: 'script -q -e -c "bash {0}"'
run: ./tests/ci/install.sh
Expand Down Expand Up @@ -440,6 +442,8 @@ jobs:
chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=4444 &
CHROMEDRIVER_PID=$!
echo "CHROMEDRIVER_PID=${CHROMEDRIVER_PID}" >> ${GITHUB_ENV}
git clone --branch=v1.18.0-alpha https://github.com/rajeshreeputra/prophecy.git prophecy
composer config --global repositories.prophecy path ${PWD}/prophecy
- name: Install
shell: 'script -q -e -c "bash {0}"'
run: ./tests/ci/install.sh
Expand Down Expand Up @@ -514,6 +518,8 @@ jobs:
# Added below in CI to test acquia_cms on Drupal Core >=9.5.
composer require "drupal/core:>=9.5" --no-update --no-install -d modules/acquia_cms_common
sed -i 's/^core_version_requirement.*/core_version_requirement: ">=9.5"/' modules/acquia_cms_common/acquia_cms_common.info.yml
git clone --branch=v1.18.0-alpha https://github.com/rajeshreeputra/prophecy.git prophecy
composer config --global repositories.prophecy path ${PWD}/prophecy
./tests/ci/before_install.blt.sh
- name: Install
shell: 'script -q -e -c "bash {0}"'
Expand Down

0 comments on commit e4accdd

Please sign in to comment.