Skip to content

Commit 3469829

Browse files
use internal DevExtreme module for screenshot tests (#885)
1 parent 017bebb commit 3469829

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/applications.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
5454
timeout-minutes: 30
5555

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+
5661
- name: Lint created application
5762
if: ${{ matrix.OS != 'windows-latest' }}
5863
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}

0 commit comments

Comments
 (0)