Skip to content

Commit c8a65c6

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

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
@@ -52,6 +52,9 @@ jobs:
5252
- name: Run npm install
5353
run: npm i --legacy-peer-deps --no-audit --no-fund
5454

55+
- name: Build React generator
56+
run: npm run build --workspace=devextreme-react-generator
57+
5558
- name: Run devextreme-react-generator tests
5659
run: npm run test --workspace=devextreme-react-generator
5760

0 commit comments

Comments
 (0)