From 6c324bcdff606ef38be9687109fa08ba2e569008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Fri, 7 Jul 2023 00:15:19 +0200 Subject: [PATCH] Update test-pipeline.yml --- .github/workflows/test-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 8777886..f3ff24a 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -40,9 +40,11 @@ jobs: run: dotnet test "./MewtocolTests" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml - name: 'Run docbuilder' + if: always() run: dotnet run --project "./DocBuilder/DocBuilder.csproj" "./DocBuilder/Docs/plctypes.md" - name: 'Commit generated docs to branch' + if: always() run: | git fetch git checkout ${{ steps.extract_branch.outputs.branch }}