Skip to content

[INF-118] Updated to 1.0.8 #5

[INF-118] Updated to 1.0.8

[INF-118] Updated to 1.0.8 #5

name: Unit tests
on: [pull_request, push]
jobs:
ci-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
# This should match the using value in `actions.yaml`
node-version: 12
- run: npm ci
- run: npm run lint
- run: npm run test