Created
December 16, 2019 23:19
-
-
Save vsavkin/df8d8cd13aa5961cc39c58f71634b924 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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