Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created December 16, 2019 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsavkin/fe6d75895f1c6db6d45884da34dbabb7 to your computer and use it in GitHub Desktop.
Save vsavkin/fe6d75895f1c6db6d45884da34dbabb7 to your computer and use it in GitHub Desktop.
jobs:
- job: ci
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-latest'
steps:
- template: .azure-pipelines/steps/install-node-modules.yml
- script: yarn nx run-many --target=test --all
- script: yarn nx run-many --target=lint --all
- script: yarn nx run-many --target=build --all --prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment