From fabbd6e8ce23d71cf4ecefddc7b5252ca77fccb2 Mon Sep 17 00:00:00 2001 From: Opender Singh Date: Wed, 29 Sep 2021 23:39:50 +1300 Subject: [PATCH] add CLI package step to test workflow --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a2b16cc89..09b49dc0ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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