Skip to content

Commit

Permalink
Merge branch 'add-missing-subdomain-test-step' of github.com:pantheon…
Browse files Browse the repository at this point in the history
…-systems/wordpress-composer-managed into add-missing-subdomain-test-step
  • Loading branch information
jazzsequence committed Jul 31, 2024
2 parents a560632 + 1832110 commit 9282943
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,7 @@ jobs:
exit 1
fi
# Check SUBDOMAIN_INSTALL value
SUBDOMAIN_INSTALL=$(terminus wp "${{ env.SITE_ID }}".dev -- config get SUBDOMAIN_INSTALL)
if [[ "${SUBDOMAIN_INSTALL}" != "1" ]]; then
# SUBDOMAIN_INSTALL should be true.
if ! terminus wp "${{ env.SITE_ID }}".dev -- config is-true SUBDOMAIN_INSTALL; then
echo -e "Subdomain configuration not found!"
exit 1
fi
Expand Down

0 comments on commit 9282943

Please sign in to comment.