File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
packages/devextreme-cli/testing Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1818 matrix :
1919 APPROACH :
2020 - angular
21- - react
2221 NODE :
2322 - 18
2423 OS :
6665 env :
6766 LAUNCH_BROWSER : true
6867 CHROME_PATH : ${{ steps.setup-chrome.outputs.chrome-path }}
69- run : |
70- pwd
71- npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
68+ run : npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
7269
7370 timeout-minutes : 10
7471
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ exports.themes = {
3636} ;
3737
3838exports . layouts = [
39- 'side-nav-outer-toolbar' ,
40- /* 'side-nav-inner-toolbar'*/
39+ /* 'side-nav-outer-toolbar',*/
40+ 'side-nav-inner-toolbar'
4141] ;
4242
4343exports . swatchModes = {
You can’t perform that action at this time.
0 commit comments