Skip to content

Commit

Permalink
ACMS-1890: Update build task to include dev version of drs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chandan-singh7929 committed Nov 21, 2023
1 parent 1775479 commit 942ba09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
- name: Before install
run: |
composer create-project --no-dev acquia/orca ../orca "$ORCA_VERSION"
core ../orca/bin/ci/_includes.sh
cd ${ORCA_FIXTURE_DIR}
composer require acquia/drupal-recommended-settings:dev-develop
cd -
../orca/bin/ci/before_install.sh
- name: Install
Expand Down
2 changes: 0 additions & 2 deletions tests/packages_alter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ acquia/blt:

acquia/drupal-recommended-settings:
type: composer-plugin
version: dev-develop
version_dev: dev-develop

0 comments on commit 942ba09

Please sign in to comment.