diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index a5ee34478..4902425c4 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -95,15 +95,15 @@ jobs: inputs: targetType: inline script: | - make compile-frontend + make -- --compile-frontend IN_CONTAINER=true - task: Bash@3 name: testFrontend displayName: Test frontend inputs: targetType: inline script: | - make lint-frontend - make test-frontend + make -- --lint-frontend IN_CONTAINER=true + make -- --test-frontend IN_CONTAINER=true - task: CopyFiles@2 name: CopyFrontendArtifacts displayName: Prepare frontend artifacts