Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoberwimmer committed Jul 16, 2024
2 parents d99a270 + d6970df commit 7fc973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: dotnet build TestLSAnalyzer --no-restore
- name: Test
working-directory: ./TestLSAnalyzer
run: dotnet test --no-build --verbosity quiet --filter FullyQualifiedName!=TestLSAnalyzerUI
run: dotnet test --no-build --verbosity quiet --filter "(FullyQualifiedName!~TestLSAnalyzerUI) & (FullyQualifiedName!~TestDataverse)"

0 comments on commit 7fc973b

Please sign in to comment.