Skip to content

Commit a1e28c3

Browse files
committed
spell the test project right
1 parent 15d2c7b commit a1e28c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
dotnet restore LearnJsonEverything/LearnJsonEverything.csproj
22-
dotnet restore LearnJsonEverything.Test/LearnJsonEverything.Test.csproj
22+
dotnet restore LearnJsonEverything.Tests/LearnJsonEverything.Tests.csproj
2323
- name: Pre-build solution
2424
run: dotnet build LearnJsonEverything.sln -c Release --no-restore
2525
- name: Test

0 commit comments

Comments
 (0)