Skip to content

Commit 0eb6299

Browse files
committed
ci: update CI workflow
1 parent 5d70a7e commit 0eb6299

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/azure-static-web-apps-yellow-pebble-042f17303.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Build and Deploy Job
1717
steps:
18+
- name: Install environment
19+
run: npm install
20+
- name: Build
21+
run: npm run build
22+
- name: Tests coverage
23+
run: npm test
1824
- uses: actions/checkout@v2
1925
with:
2026
submodules: true

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
"builder": "@angular-builders/jest:run",
8383
"options": {
8484
"jestConfig": "jest.config.js",
85-
"setupFilesAfterEnv": "<rootDir>/test-setup.ts"
85+
"setupFilesAfterEnv": "<rootDir>/test-setup.ts",
86+
"detect-open-handles": true
8687
}
8788
},
8889
"lint": {

0 commit comments

Comments
 (0)