Skip to content

Commit

Permalink
Fix num 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuflick committed Oct 24, 2023
1 parent b846f80 commit 39e5b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Run tests
run: |
cd CourseApp.Tests
dotnet test CodeWearsTests.csproj
dotnet test
2 changes: 1 addition & 1 deletion CourseApp.Tests/CodeWarsTests.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CodeWearsTests\CodeWearsTests.csproj" />
<ProjectReference Include="..\CodeWarsTests\CodeWarsTests.csproj" />
</ItemGroup>

</Project>

0 comments on commit 39e5b21

Please sign in to comment.