Skip to content

Commit a6fb735

Browse files
PR Build: exclude Live tests from the CI test run (#2162)
1 parent 85ca318 commit a6fb735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
echo "Building $sln"
138138
dotnet build "$sln" --configuration Release
139139
echo "Testing $sln (no-op for folders with no test project)"
140-
dotnet test "$sln" --configuration Release --no-build
140+
dotnet test "$sln" --configuration Release --no-build --filter "FullyQualifiedName!~Live"
141141
142142
- name: Setup Node
143143
if: matrix.kind == 'npm'

0 commit comments

Comments
 (0)