Skip to content

Commit 3cbd6c5

Browse files
Enable devextreme-angular tests on CI (#28805)
1 parent 7aba822 commit 3cbd6c5

File tree

3 files changed

+423
-351
lines changed

3 files changed

+423
-351
lines changed

.github/workflows/wrapper_tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,14 @@ jobs:
7777
exit 1
7878
fi
7979
80+
- name: Angular - Download Browser
81+
run: pnpx puppeteer browsers install chrome@130.0.6723.69
82+
8083
- name: Angular - Build
8184
run: pnpx nx build devextreme-angular
8285

83-
# NOTE: temporary skipped during migrating to the PNPM
84-
# - name: Angular - Run tests
85-
# run: pnpx nx test:dev devextreme-angular
86+
- name: Angular - Run tests
87+
run: pnpx nx test:dev devextreme-angular
8688

8789
- name: Angular - Check packing
8890
run: pnpx nx pack devextreme-angular

packages/devextreme-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"stream-browserify": "3.0.0",
6363
"tslib": "2.6.3",
6464
"typescript": "5.4.5",
65-
"webpack": "5.94.0",
65+
"webpack": "5.96.1",
6666
"yargs": "17.7.2",
6767
"zone.js": "0.14.10"
6868
},

0 commit comments

Comments
 (0)