From 9434be24643cc66d2d6b88ab8dd71e9655e3e995 Mon Sep 17 00:00:00 2001 From: Christoph Ostarek Date: Mon, 11 Mar 2024 18:51:35 +0100 Subject: [PATCH] github: rename unit tests action to just tests a lot of those tests are not unit tests and calling those 'unit tests' is confusing Signed-off-by: Christoph Ostarek --- .github/workflows/{unit.yml => tests.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{unit.yml => tests.yml} (98%) diff --git a/.github/workflows/unit.yml b/.github/workflows/tests.yml similarity index 98% rename from .github/workflows/unit.yml rename to .github/workflows/tests.yml index 0644d2bca6a..f34f7b673a3 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,5 @@ --- -name: Unit tests +name: Tests on: # yamllint disable-line rule:truthy push: branches: