We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ee42f commit 4734cb4Copy full SHA for 4734cb4
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
run: dotnet build --configuration Release --no-restore
28
29
- name: Run tests
30
- run: dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~IntegrationTests
+ run: dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~E2ETests
31
32
- name: Get version from .nupsec file
33
run: |
0 commit comments