From a1e28c3ca1db81a4e4f6d54bacaa5f996e08e57a Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Fri, 14 Jun 2024 17:32:46 +1200 Subject: [PATCH] spell the test project right --- .github/workflows/publish-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml index fc53411..53029d2 100644 --- a/.github/workflows/publish-site.yml +++ b/.github/workflows/publish-site.yml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: | dotnet restore LearnJsonEverything/LearnJsonEverything.csproj - dotnet restore LearnJsonEverything.Test/LearnJsonEverything.Test.csproj + dotnet restore LearnJsonEverything.Tests/LearnJsonEverything.Tests.csproj - name: Pre-build solution run: dotnet build LearnJsonEverything.sln -c Release --no-restore - name: Test