tests: added tests

This commit is contained in:
GitHub Actions
2021-01-16 22:41:34 +01:00
parent bf0785847d
commit b8890fc6d7
7 changed files with 240 additions and 12 deletions

View File

@@ -19,8 +19,11 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
- name: tests
run: npm cit
- name: build
run: npm ci && npm run build
run: npm run build
- name: Bump version and push tag
id: changelog