diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 45b7be176..56d3c3a02 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -87,8 +87,8 @@ jobs: IN_CONTAINER: true steps: - checkout: self - - name: frontendCompile - script: make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR} + - script: make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR} + name: frontendCompile - task: Bash@3 name: frontendTest displayName: Test frontend