Skip to content

Commit

Permalink
docs(readme): Add instructions for passing same code base test
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored May 30, 2024
1 parent 36a0175 commit b18692f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Install box: https://github.com/box-project/box/blob/main/doc/installation.md#co

#### Tests

If you want to run the tests, you'll need to run them in an environment that has Nextcloud's required PHP modules installed.
If you want to run the tests locally, you'll need to run them in an environment that has Nextcloud's required PHP modules installed. The various test scenarios are all available via the `make test*` (see Makefile for specifics).

### Build artifacts / What to check in

Expand Down Expand Up @@ -269,6 +269,10 @@ Used during the build process but not checked in:

### Testing

#### Check same code base test keeps failing\

If it keeps failing on your PR, confirm your local version of `composer` is the same version in-use in the workflow runner. You can check the details of the test run and find the version currently being used (and therefore required locally) under "Setup Tools". (Hint: distro versions are typically too outdated. Remove that version and see https://getcomposer.org/download/ to install your own version).

#### CI

(to be filled in)
Expand Down

0 comments on commit b18692f

Please sign in to comment.