Skip to content

Commit c0453ff

Browse files
authored
Update deploy.yml exclude example tests (#58)
1 parent 2ddda6a commit c0453ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build
3939
run: dotnet build -p:Version=${{ env.buildVersion }} -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
4040
- name: Test
41-
run: dotnet test --no-build --configuration Release --verbosity normal
41+
run: dotnet test --filter FullyQualifiedName!~ExampleTests --no-build --configuration Release --verbosity normal
4242
- name: Pack
4343
if: startsWith(github.ref, 'refs/tags/v')
4444
run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}/IntelliTect.SelenatePack --no-build

0 commit comments

Comments
 (0)