ci(azure-pipelines): use uncontainerized make-targets in CompileFrontend job
This commit is contained in:
parent
fac186f5c7
commit
9d85d67ce8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user