Skip to content

Commit

Permalink
Fix GitHub CI test run.
Browse files Browse the repository at this point in the history
Add missing generator build step.
  • Loading branch information
Ilya Vinogradov committed Aug 10, 2023
1 parent 3a4c114 commit 0951d07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Run npm install
run: npm i --legacy-peer-deps --no-audit --no-fund

- name: Build React generator
run: npm run build --workspace=devextreme-react-generator

- name: Run devextreme-react-generator tests
run: npm run test --workspace=devextreme-react-generator

Expand Down

0 comments on commit 0951d07

Please sign in to comment.