Skip to content

Commit 6c08254

Browse files
authored
Fix integration tests (#206)
* Update integration tests * More integration test changes * Specify integration tests directly
1 parent 9f69c7a commit 6c08254

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Deployment/templates/continuous-testing.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ steps:
2929
displayName: Run integration tests
3030
inputs:
3131
command: test
32-
projects: |
33-
**/*IntegrationTest*.dll
34-
!**/*TestAdapter.dll
35-
!**/obj/**
32+
projects: '$(Pipeline.Workspace)\IntegrationTests\UKHO.MaritimeSafetyInformation.IntegrationTests\UKHO.MaritimeSafetyInformation.IntegrationTests.dll'
3633
${{ if eq(parameters.UseFssMock, true) }}:
3734
arguments: '--filter Category!=FssApi'
3835
${{ else }}:

0 commit comments

Comments
 (0)