1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

Merge pull request #79 from sasjs/run-tests-ci

chore(ci): run unit tests as part of build
This commit is contained in:
Krishna Acondy
2020-09-11 09:05:09 +01:00
committed by GitHub

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: