mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
41c7f4b790
commit
efc54f603d
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ pool:
|
|||
|
||||
|
||||
steps:
|
||||
- task: Yarn@3
|
||||
displayName: Install UI Dependancies
|
||||
inputs:
|
||||
projectDirectory: '$(Build.SourcesDirectory)/src/Ombi/ClientApp/'
|
||||
arguments: 'install'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Run Unit Tests
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue