ci(azure-pipelines): use uncontainerized make-targets in CompileFrontend job

This commit is contained in:
Sarah Vaupel 2025-01-16 14:39:51 +01:00
parent fac186f5c7
commit 9d85d67ce8

View File

@ -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