We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddda6a commit c0453ffCopy full SHA for c0453ff
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Build
39
run: dotnet build -p:Version=${{ env.buildVersion }} -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
40
- name: Test
41
- run: dotnet test --no-build --configuration Release --verbosity normal
+ run: dotnet test --filter FullyQualifiedName!~ExampleTests --no-build --configuration Release --verbosity normal
42
- name: Pack
43
if: startsWith(github.ref, 'refs/tags/v')
44
run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}/IntelliTect.SelenatePack --no-build
0 commit comments