1 parent 85ca318 commit a6fb735Copy full SHA for a6fb735
1 file changed
.github/workflows/pr-build.yml
@@ -137,7 +137,7 @@ jobs:
137
echo "Building $sln"
138
dotnet build "$sln" --configuration Release
139
echo "Testing $sln (no-op for folders with no test project)"
140
- dotnet test "$sln" --configuration Release --no-build
+ dotnet test "$sln" --configuration Release --no-build --filter "FullyQualifiedName!~Live"
141
142
- name: Setup Node
143
if: matrix.kind == 'npm'
0 commit comments