Skip to content

Commit

Permalink
spell the test project right
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Jun 14, 2024
1 parent 15d2c7b commit a1e28c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1e28c3

Please sign in to comment.