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.