From 9bd7459849e1ed30b5a4bd60b65339f62a87e06e Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sat, 18 Jan 2025 03:40:56 +0100 Subject: [PATCH] ci(azure-pipelines): fix step def --- azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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