From f7e787a7d518fbe4c645d77763f058c986be2551 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Sun, 25 Oct 2020 17:25:46 +0100 Subject: [PATCH] GitHub Actions annotations for tests Former-commit-id: a40d264de5b02a14aa110c9f3aa38b87ef5894ab --- .github/workflows/ci.yml | 2 +- FFMpegCore.Test/FFMpegCore.Test.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae51d97..10f39cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,4 @@ jobs: - name: Build with dotnet run: dotnet build - name: Test with dotnet - run: dotnet test + run: dotnet test --logger GitHubActions diff --git a/FFMpegCore.Test/FFMpegCore.Test.csproj b/FFMpegCore.Test/FFMpegCore.Test.csproj index 2d6f26a..971b098 100644 --- a/FFMpegCore.Test/FFMpegCore.Test.csproj +++ b/FFMpegCore.Test/FFMpegCore.Test.csproj @@ -36,6 +36,7 @@ +