Skip to content

Commit e61e1f0

Browse files
Fix GitHub CI test run. (#857)
Add missing generator build step. Co-authored-by: Ilya Vinogradov <[email protected]>
1 parent 3a4c114 commit e61e1f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- name: Run npm install
5757
run: npm i --legacy-peer-deps --no-audit --no-fund
5858

59+
- name: Build React generator
60+
run: npm run build --workspace=devextreme-react-generator
61+
5962
- name: Run devextreme-react-generator tests
6063
run: npm run test --workspace=devextreme-react-generator
6164

0 commit comments

Comments
 (0)