add CLI package step to test workflow

This commit is contained in:
Opender Singh
2021-09-29 23:39:50 +13:00
parent cd46099afd
commit fabbd6e8ce

View File

@@ -36,6 +36,8 @@ jobs:
run: npm test
- name: Build for smoke tests
run: npm run app-build:smoke
- name: Package CLI
run: npm run inso-package
- name: Run smoke tests
timeout-minutes: 10 # sometimes jest fails to exit - https://github.com/facebook/jest/issues/6423#issuecomment-620407580
run: npm run test:smoke:build