diff --git a/.github/README.md b/.github/WORKFLOW.md similarity index 100% rename from .github/README.md rename to .github/WORKFLOW.md diff --git a/tests/README.md b/tests/README.md index b0295c644..363add03d 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,6 +7,8 @@ Running a test case requires - Install Git LFS used to download test data - Build svZeroDSolver (only required from certain tests) +All the integration testing steps described below are automatically performed upon pull requests to the main branch, using GitHub Actions. See [WORKFLOW.md](../.github/WORKFLOW.md) for more details. + # Build svMultiPhysics svMultiPhysics can be built following these [instructions](../README.md).