We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017bebb commit 3469829Copy full SHA for 3469829
.github/workflows/applications.yml
@@ -53,6 +53,11 @@ jobs:
53
run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
54
timeout-minutes: 30
55
56
+ - name: Install Internal Packages
57
+ uses: DevExpress/github-actions/install-internal-package@main
58
+ with:
59
+ working-directory: packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
60
+
61
- name: Lint created application
62
if: ${{ matrix.OS != 'windows-latest' }}
63
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
0 commit comments