Skip to content

Commit

Permalink
except openapiDir Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Jun 10, 2024
1 parent 07a5f41 commit c4beb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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~SwagTests
run: dotnet test --no-build --verbosity normal --configuration Release --filter FullyQualifiedName\!~OpenApiDirTests

0 comments on commit c4beb74

Please sign in to comment.