Skip to content

Commit bbc0006

Browse files
revert wip changes
1 parent 2af77a6 commit bbc0006

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
matrix:
1919
APPROACH:
2020
- angular
21-
- react
2221
NODE:
2322
- 18
2423
OS:
@@ -66,9 +65,7 @@ jobs:
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

packages/devextreme-cli/testing/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ exports.themes = {
3636
};
3737

3838
exports.layouts = [
39-
'side-nav-outer-toolbar',
40-
/* 'side-nav-inner-toolbar'*/
39+
/* 'side-nav-outer-toolbar',*/
40+
'side-nav-inner-toolbar'
4141
];
4242

4343
exports.swatchModes = {

0 commit comments

Comments
 (0)