trustwallet-assets/azure-pipelines.yml
Mykola 10294db1cd
Add tests to over lowercase file naming when address checksum (#1039)
* Add tests cover lwoercase file naming when address checksum

* Optimised images with calibre/image-actions

* SG10006(YOU) (YOU)

* Optimised images with calibre/image-actions

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-01-17 17:31:42 +09:00

26 lines
478 B
YAML

trigger:
- master
pool:
vmImage: 'ubuntu-latest'
variables:
npm_config_cache: '$(Pipeline.Workspace)/.npm'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: Install Node.js
- script: npm install
displayName: Install project dependencies
- task: Cache@2
inputs:
key: 'npm | "$(Agent.OS)" | package-lock.json'
path: $(npm_config_cache)
displayName: Cache npm
- script: npm t