Skip to content

Commit

Permalink
Add DirectConnectTest to pipeline (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Jan 28, 2024
1 parent 2368f18 commit e2fd45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ steps:
displayName: 'Run unit tests - $(buildConfiguration)'
inputs:
command: 'test'
arguments: '--no-build --configuration $(buildConfiguration) --filter AppiumLocalServerLaunchingTest'
arguments: '--no-build --configuration $(buildConfiguration) --filter AppiumLocalServerLaunchingTest|DirectConnectTest'
publishTestResults: true
projects: '**/*.Tests.csproj'

0 comments on commit e2fd45e

Please sign in to comment.