From 416a44e4bcd56d8fb54d3809a03ba1e1041ffc0c Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 17 Apr 2025 12:57:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B2=20[Fix]:=20Update=20README=20for?= =?UTF-8?q?=20clarity=20and=20remove=20unused=20test=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- tests/README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 tests/README.md diff --git a/README.md b/README.md index cfeb5d4..e5806eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Get-PesterTestResults Action +# Get-PesterTestResults A GitHub Action that gathers Pester test results for the PSModule process by analyzing test artifacts from the workflow run. It validates test execution and results, providing a summary and failing if any tests are unsuccessful. diff --git a/tests/README.md b/tests/README.md deleted file mode 100644 index 43816d3..0000000 --- a/tests/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Placeholder for tests - -Location for tests of the action.