From b18692f4ef527d614cc6e825cedced19ed755d2b Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 30 May 2024 17:03:09 -0400 Subject: [PATCH 1/2] docs(readme): Add instructions for passing same code base test Signed-off-by: Josh --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e3faf2..549325ee 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) From 3194ac1b3ec4ee6b9262ce846fb7de8ab3bcd187 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 31 May 2024 07:27:32 -0400 Subject: [PATCH 2/2] fixup: extra char Co-authored-by: Simon L. Signed-off-by: Josh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 549325ee..53244cfb 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Used during the build process but not checked in: ### Testing -#### Check same code base test keeps failing\ +#### 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).