Skip to content
Draft
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
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Clone devextreme repo
run: test -d ../devextreme_monorepo || git clone -b 23_2 https://github.com/devexpress/devextreme ../devextreme_monorepo

#Check node 18.17
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Run tests with Angular 12
run: npm run test:dev --workspace=devextreme-angular

- name: Pack
run: npm run pack

- name: Archive internal-tools artifacts
uses: actions/upload-artifact@v3
with:
Expand Down