Skip to content

Bump xml2js, @azure/keyvault-keys and @azure/ms-rest-js #115

Bump xml2js, @azure/keyvault-keys and @azure/ms-rest-js

Bump xml2js, @azure/keyvault-keys and @azure/ms-rest-js #115

Workflow file for this run

name: Tests
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
tags-ignore:
- v*
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: npm run test-integration