Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created December 16, 2019 23:19
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/df8d8cd13aa5961cc39c58f71634b924 to your computer and use it in GitHub Desktop.
Save vsavkin/df8d8cd13aa5961cc39c58f71634b924 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 affected --target=test --base=origin/master
- script: yarn nx affected --target=lint --base=origin/master
- script: yarn nx affected --target=build --base=origin/master --prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment