Skip to content

Commit

Permalink
Merge pull request #65 from acquia/develop-fix
Browse files Browse the repository at this point in the history
ACMS-000: Workaround to fix failing CI tests
  • Loading branch information
vishalkhode1 authored Dec 8, 2022
2 parents 6e5bf26 + 1ca8fb0 commit a15a471
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ORCA_SUT_NAME: acquia/acquia-cms-starterkit
ORCA_JOB: STATIC_CODE_ANALYSIS
ORCA_SUT_BRANCH: develop
ORCA_VERSION: ^3
ORCA_VERSION: dev-develop
ORCA_PACKAGES_CONFIG_ALTER: ../acquia-cms-starterkit/tests/packages_alter.yml
ORCA_ENABLE_NIGHTWATCH: "FALSE"
ORCA_PHPCS_STANDARD: AcquiaPHP
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
env:
ORCA_SUT_NAME: acquia/acquia-cms-starterkit
ORCA_SUT_BRANCH: develop
ORCA_VERSION: ^3
ORCA_VERSION: dev-develop
ORCA_PACKAGES_CONFIG_ALTER: ../acquia-cms-starterkit/tests/packages_alter.yml
ORCA_ENABLE_NIGHTWATCH: "FALSE"
DB_DATABASE: drupal
Expand All @@ -71,7 +71,7 @@ jobs:
CI: TRUE
strategy:
matrix:
core-version: ["CURRENT", "PREVIOUS_MINOR"]
core-version: ["CURRENT"]
starter-kits: ["acquia_cms_enterprise_low_code", "acquia_cms_community", "acquia_cms_headless"]
demo-content: ["yes", "no"]
content-model: ["yes", "no"]
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
env:
ORCA_SUT_NAME: acquia/acquia-cms-starterkit
ORCA_SUT_BRANCH: develop
ORCA_VERSION: ^3
ORCA_VERSION: dev-develop
ORCA_PACKAGES_CONFIG_ALTER: ../acquia-cms-starterkit/tests/packages_alter.yml
ORCA_ENABLE_NIGHTWATCH: "FALSE"
DB_DATABASE: drupal
Expand Down

0 comments on commit a15a471

Please sign in to comment.