From 5dbcc7375a9c0b5401f9c42b638be21e7b6888b9 Mon Sep 17 00:00:00 2001 From: Michel Michels Date: Tue, 23 Apr 2024 11:31:54 +0200 Subject: [PATCH] GitHub action troubles --- .github/workflows/dotnet.yml | 8 ++++++-- README.md | 4 ---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5829d19..b3cdfe3 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -25,15 +25,19 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x + - name: Restore dependencies run: dotnet restore + - name: Build - run: dotnet build --no-restore + run: dotnet build --configuration Release --no-restore /property:WarningLevel=0 + - name: Test run: dotnet test --verbosity m --no-restore /property:WarningLevel=0 --logger:trx + - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v2 if: always() with: files: | - src\**\TestResults\*.trx + *.trx diff --git a/README.md b/README.md index 0ea6cb8..6e60cc0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ - - ---- - # 🛂 ViesSharp [![NuGet Version](https://img.shields.io/nuget/v/MichelMichels.ViesSharp)](https://www.nuget.org/packages/MichelMichels.ViesSharp)