update ci

This commit is contained in:
Leifer Mendez
2022-11-28 11:51:40 +01:00
parent d2acb641c5
commit 9fddcef271
2 changed files with 4 additions and 1 deletions

View File

@@ -22,4 +22,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm run test
- run: npm run test.unit
- run: npm run test.e2e
- run: npm run test.coverage