Skip to content

Fix #61 by adding documentation to required scope for ADO PAT #71

Fix #61 by adding documentation to required scope for ADO PAT

Fix #61 by adding documentation to required scope for ADO PAT #71

Workflow file for this run

name: 'Run unit tests.'
on:
pull_request:
branches:
- master
- 'releases/*'
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci works properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run L0 tests.
run: |
npm install
npm test