Skip to content

Commit 1afc796

Browse files
committed
ci(KP-448): remove integration tests in pr-pipeline
1 parent 810ac8d commit 1afc796

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.azure/azure-pipelines.pr.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,3 @@ extends:
3333
parameters:
3434
nodeVersion: 20
3535
buildCommand: run build:shared
36-
- job: integration_test
37-
displayName: 'Integration Test'
38-
steps:
39-
- template: /templates/test/docker.yml@stratus-templates
40-
parameters:
41-
dockerComposeFilePaths:
42-
- '$(Pipeline.Workspace)/github/docker-compose-integration-tests.yml'
43-
dockerfilePath: $(dockerfilePath)
44-
imageName: $(imageName)
45-
tag: $(tag)

0 commit comments

Comments
 (0)