Skip to content

Enable devextreme-angular tests on CI #28805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading