imago-sql
Version:
Small library to work with Azure SQL and MySQL via a single interface.
16 lines (14 loc) • 442 B
YAML
image: node:10.6.0
clone:
depth: full # if there are more than this many commits since last deployment,
# the deployment via Azure git will fail. Then push manually from
# your machine or increase this number.
pipelines:
default: # This runs on each commit
- step:
name: Build and test
caches:
- node
script:
- npm install
- npm run test