From c2db7a1820d9f1331e6aa65430f619f09e552ceb Mon Sep 17 00:00:00 2001 From: edersonbrilhante Date: Sat, 19 Sep 2026 01:20:18 +0200 Subject: [PATCH] docs(maintainers): document MiniStack PR tests --- MAINTAINERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 38a67dfec4..b9232f8177 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -48,6 +48,8 @@ The following steps needs to be applied to test a PR 3. Apply the PR to the deployment. Check output for breaking changes such as destroying resources containing state. 4. Test the PR by running a workflow +Some PR tests can be run against [MiniStack](tests/ministack/README.md), including the example deployments and webhook and runner lifecycle [smoke tests](tests/ministack/README.md#webhook-and-runner-lifecycle-smoke-test). Use these tests where applicable during PR review. MiniStack test coverage is still being expanded, with additional cases in progress. + ### Security Act on security issues as soon as possible. If a security issue is reported.