diff --git a/README.md b/README.md index 7c3ce2f1..fa1900d1 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ The workflow is designed to be trigger on pull requests to the repository's defa When a pull request is opened, closed, reopened, synchronized (push), or labeled, the workflow will run. Depending on the labels in the pull requests, the workflow will result in different outcomes. +![Process diagram](./assets/Process-PSModule.png) + - [Test-PSModule](https://github.com/PSModule/Test-PSModule/) - Tests the source code using PSScriptAnalyzer, PSModule source code tests suites. This runs on 4 different environments to check compatibility. - PowerShell 7.x on Windows, Ubuntu and macOS. - Windows PowerShell 5.1 on Windows. diff --git a/media/Process-PSModule.png b/media/Process-PSModule.png new file mode 100644 index 00000000..b65898a4 Binary files /dev/null and b/media/Process-PSModule.png differ