Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jan 2, 2022
1 parent 6545333 commit 48e211f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: Build solution
shell: pwsh
run: |
Get-ChildItem . -Recurse
dotnet build . -c Debug -v minimal
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion test/Scissorhands.Core.Tests/testsettings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projectDirectory": "~/test/Sciessorhands.Core.Tests"
"projectDirectory": "~/test/Scissorhands.Core.Tests"
}

0 comments on commit 48e211f

Please sign in to comment.