Skip to content

Commit

Permalink
update unittest.yml to only run tests of one test project
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoberwimmer authored Jun 17, 2024
1 parent 5a0a3bd commit 9dd99a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
- name: Build
run: dotnet build TestLSAnalyzer --no-restore
- name: Test
working-directory: ./TestLSAnalyzer
run: dotnet test --no-build --verbosity quiet --filter FullyQualifiedName!=TestLSAnalyzerUI

0 comments on commit 9dd99a5

Please sign in to comment.