From a06f224bf0c873173038c069a35a44effc2fe1d4 Mon Sep 17 00:00:00 2001 From: Andrei Sergeev Date: Sun, 11 Feb 2024 20:51:08 +0400 Subject: [PATCH] Setup github flow: Add and new tests --- .github/workflows/dotnet.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9ff1bfce..b5307bab 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -119,6 +119,12 @@ jobs: - name: Pack Taggeds run: dotnet pack ./src/*/*/Taggeds.csproj --no-restore -o ~/nuget -c Release + - name: Restore Taggeds.Tests.Old + run: dotnet restore ./src/*/*/Taggeds.Tests.Old.csproj + + - name: Test Taggeds.Tests.Old + run: dotnet test ./src/*/*/Taggeds.Tests.Old.csproj --no-restore -c Release + - name: Restore Taggeds.Tests run: dotnet restore ./src/*/*/Taggeds.Tests.csproj