Skip to content

Commit

Permalink
Enable devextreme-angular tests on CI (#28802)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Jan 21, 2025
1 parent 3524b57 commit d8cddd7
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 351 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wrapper_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ jobs:
exit 1
fi
- name: Angular - Download Browser
run: pnpx puppeteer browsers install chrome@130.0.6723.69

- name: Angular - Build
run: pnpx nx build devextreme-angular

# NOTE: temporary skipped during migrating to the PNPM
# - name: Angular - Run tests
# run: pnpx nx test:dev devextreme-angular
- name: Angular - Run tests
run: pnpx nx test:dev devextreme-angular

- name: Angular - Check packing
run: pnpx nx pack devextreme-angular
Expand Down
2 changes: 1 addition & 1 deletion packages/devextreme-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"stream-browserify": "3.0.0",
"tslib": "2.6.3",
"typescript": "5.4.5",
"webpack": "5.94.0",
"webpack": "5.96.1",
"yargs": "17.7.2",
"zone.js": "0.14.10"
},
Expand Down
Loading

0 comments on commit d8cddd7

Please sign in to comment.