Add smoketest and run it in CI

This commit is contained in:
Alex Dima 2021-11-15 15:55:37 +01:00
parent ab787465b6
commit 78b2edf1e3
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
7 changed files with 1078 additions and 0 deletions

View file

@ -37,3 +37,6 @@ jobs:
- name: Run unit tests
run: npm test
- name: Run smoke test
run: npm run smoketest