Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): Add instructions for passing "check same code base" test #569

Merged
merged 2 commits into from
May 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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\
joshtrichards marked this conversation as resolved.
Show resolved Hide resolved

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
Loading