Skip to content

Merge pull request #38 from nhsuk/sonarqube-implementation #113

Merge pull request #38 from nhsuk/sonarqube-implementation

Merge pull request #38 from nhsuk/sonarqube-implementation #113

Workflow file for this run

name: Tests
on:
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm run lint
- run: npm test