From c01204ce57c32c29ebbcf659b5492fbb2309901e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:33:23 +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 6e77fbb..3df2393 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -42,7 +42,9 @@ jobs: run: | cd './MewtocolTests' dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults + ls -l cd ../ + ls -l - name: ReportGenerator uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22