mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-23 07:38:58 -04:00
add CLI package step to test workflow
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user