From dc39b95058c13d79c4f38b9145c24532d1c6192b Mon Sep 17 00:00:00 2001 From: miko Date: Sat, 6 Jan 2024 13:32:21 +0800 Subject: [PATCH] Update action file --- .github/workflows/dotnet-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-tests.yml b/.github/workflows/dotnet-tests.yml index 0873718b..708f4643 100644 --- a/.github/workflows/dotnet-tests.yml +++ b/.github/workflows/dotnet-tests.yml @@ -14,8 +14,8 @@ jobs: run: | cd code dotnet restore - dotnet build --no-restore - dotnet test --no-restore -f net8.0 --collect:"XPlat Code Coverage;Format=lcov" + dotnet build + dotnet test -f net8.0 --collect:"XPlat Code Coverage;Format=lcov" - name: Coverage run: |