1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

chore(ci): run unit tests as part of build

This commit is contained in:
Krishna Acondy
2020-09-11 08:07:37 +01:00
parent 40de5f2e11
commit c6857e857c

View File

@@ -25,6 +25,8 @@ jobs:
run: npm ci
- name: Check code style
run: npm run lint
- name: Run unit tests
run: npm test
- name: Build Package
run: npm run package:lib
env: