Skip to content

Commit

Permalink
Revert dotnet test in workflow to before it was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
joeriddles committed Jan 9, 2024
1 parent 96f874d commit 9f3ce70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release

- name: Test
run: dotnet test IntelliTect.Analyzer.sln /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary
run: dotnet test --no-build --verbosity normal

0 comments on commit 9f3ce70

Please sign in to comment.