We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810ac8d commit 1afc796Copy full SHA for 1afc796
.azure/azure-pipelines.pr.yml
@@ -33,13 +33,3 @@ extends:
33
parameters:
34
nodeVersion: 20
35
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