Skip to content

Commit 8b891f5

Browse files
author
Developer
committed
Build fix: remove --no-build from test step to resolve testhost Newtonsoft.Json dep
1 parent bcaf398 commit 8b891f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run tests
4141
if: steps.detect-tests.outputs.has_tests == 'true'
4242
run: |
43-
dotnet test EmbeddedCommitLog.sln --no-build \
43+
dotnet test EmbeddedCommitLog.sln \
4444
--logger "trx;LogFileName=results.trx" \
4545
--results-directory ./TestResults
4646

0 commit comments

Comments
 (0)