File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 2626 OS :
2727 - ubuntu-latest
2828 - windows-latest
29+ include :
30+ - APPROACH : angular
31+ param : angular
32+ - APPROACH : vue-v3
33+ param : vue-v3
34+ - APPROACH : react
35+ param : react
36+ - APPROACH : react-ts
37+ param : react
2938
3039 runs-on : ${{ matrix.OS }}
3140 env :
4958 - run : ${{ steps.setup-chrome.outputs.chrome-path }} --version
5059
5160 - name : Create ${{ matrix.APPROACH }} application
52- run : npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
61+ run : npm run create-template -- -- -e ${{ matrix.param }} ${{ env.TOOLING_VERSION_PARAM }}
5362 timeout-minutes : 30
5463
5564 - name : Install Internal Packages
@@ -61,10 +70,10 @@ jobs:
6170 run : pwd
6271
6372 - name : List working dir
64- run : ls ./packages/devextreme-cli/testing/sandbox/react-ts
73+ run : ls ./packages/devextreme-cli/testing/sandbox/{{ matrix.APPROACH }}
6574
6675 - name : List working dir
67- run : ls ./packages/devextreme-cli/testing/sandbox/react-ts /my-app
76+ run : ls ./packages/devextreme-cli/testing/sandbox/{{ matrix.APPROACH }} /my-app
6877
6978 - name : Lint created application
7079 if : ${{ matrix.OS != 'windows-latest' }}
You can’t perform that action at this time.
0 commit comments