Skip to content

Commit

Permalink
No tests project, remove from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Aug 2, 2023
1 parent 74673f8 commit 0f35b49
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,4 @@ jobs:
run: dotnet build
working-directory: .

- name: test
run: |
dotnet test
if [ $? -eq 0 ]; then
echo TESTS PASSED
else
echo TESTS FAILED
exit 1
fi
working-directory: ./Northwind.Tests

0 comments on commit 0f35b49

Please sign in to comment.