diff --git a/.github/workflows/dotnetRelease.yml b/.github/workflows/dotnetRelease.yml index cc97f106..bfd4d7b3 100644 --- a/.github/workflows/dotnetRelease.yml +++ b/.github/workflows/dotnetRelease.yml @@ -25,4 +25,4 @@ jobs: - name: Build run: dotnet build --no-restore --configuration Release - name: Test Basic - run: dotnet test --no-build --verbosity normal --configuration Release --filter FullyQualifiedName\!~OpenApiDirTests + run: dotnet test --no-build --verbosity normal --configuration Release --filter FullyQualifiedName~IntegrationTests