Clone the project from [harness-base-php]:
git clone [email protected]:inviqa/harness-base-php.git
Update the required files in src/drupal
, or if the change is relevant to all harnesses, src/_base
.
./build && ./test drupal10 dynamic
This uses src/drupal/.ci/sample-dynamic/workspace.yml
so any attributes you want to test specifically can be changed here (but not committed)
You will need to first export the MY127WS_KEY
in order to run a build:
export MY127WS_KEY="<key>"
Make a new branch and commit your changes.
If you have write access to [harness-base-php], you can push the new branch to the same repository, else you will have to fork via GitHub's UI, add your fork of the repository as a git remote and push the branch there.
Once the branch is pushed up to GitHub, you can raise a pull request against the current default branch in [harness-base-php].