File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,19 +61,19 @@ jobs:
6161 run : npm run create-template -- -- -e ${{ matrix.param }} ${{ env.TOOLING_VERSION_PARAM }}
6262 timeout-minutes : 30
6363
64- - name : Install Internal Packages
65- uses : DevExpress/github-actions/install-internal-package@main
66- with :
67- working-directory : packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
68-
6964 - name : print working dir
7065 run : pwd
7166
7267 - name : List working dir
73- run : ls ./packages/devextreme-cli/testing/sandbox/{{ matrix.APPROACH }}
68+ run : ls ./packages/devextreme-cli/testing/sandbox/$ {{ matrix.APPROACH }}
7469
7570 - name : List working dir
76- run : ls ./packages/devextreme-cli/testing/sandbox/{{ matrix.APPROACH }}/my-app
71+ run : ls ./packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
72+
73+ - name : Install Internal Packages
74+ uses : DevExpress/github-actions/install-internal-package@main
75+ with :
76+ working-directory : packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
7777
7878 - name : Lint created application
7979 if : ${{ matrix.OS != 'windows-latest' }}
You can’t perform that action at this time.
0 commit comments