From abe9f5f52d02629eff7d94f4735f1a2ef8b9d970 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 22 May 2024 11:07:45 +0200 Subject: [PATCH] docs(README): remove unhelpful sentence about actions --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39644c6..004288a 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,14 @@ A series of tests scenarios and assertions covering [Forgejo](https://codeberg.org/forgejo/forgejo) and the [Forgejo -runner](https://code.forgejo.org/forgejo/runner). They partially rely -on [Forgejo actions](https://code.forgejo.org/actions) developed -specifically for testing such as -[setup-forgejo](https://code.forgejo.org/actions/setup-forgejo). +runner](https://code.forgejo.org/forgejo/runner). They are designed to run using Forgejo releases and development versions compiled from designated repositories. # Removing legacy tests -End to end tests cover the supported range of releases and when one of +End-to-end tests cover the supported range of releases and when one of them is EOL, it must be removed as well as the tests that target it specifically. Otherwise the test suite would grow indefinitely.