example-wordpress-composer
example-wordpress-composer copied to clipboard
behat tests cannot find multidev environment
hey gang,
first off, thanks for putting this resource together. getting CI to play with wordpress/pantheon's systems has been a goal for a long time, and the light is finally at the end of the tunnel.
we have multidev setup, and every new feature branch => multidev with the CI BUILD number. however, the CI BUILD increments per job and not workflow. so in the behat /test/behat/initialize.sh script, circle errors out:
Config value "installed_paths" updated successfully; old value was "../../wp-coding-standards/wpcs"
[error] Could not find an environment identified by ci-41.
Exited with code 1
CircleCI received exit code 1
is there a better approach for circleci and feature PR => multidev? not sure if CI BUILD number is the way to go. any other ideas?
open to ideas. thanks!