From cd55df61b39eba55e0f221187b50262c695075fa Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Fri, 12 Jul 2024 04:08:23 +0200 Subject: [PATCH] Fix path of diagram --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa1900d1..8e43442e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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) +![Process diagram](./media/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.