We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af77a6 commit bbc0006Copy full SHA for bbc0006
2 files changed
.github/workflows/applications.yml
@@ -18,7 +18,6 @@ jobs:
18
matrix:
19
APPROACH:
20
- angular
21
- - react
22
NODE:
23
- 18
24
OS:
@@ -66,9 +65,7 @@ jobs:
66
65
env:
67
LAUNCH_BROWSER: true
68
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 }}
+ run: npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
72
73
timeout-minutes: 10
74
packages/devextreme-cli/testing/constants.js
@@ -36,8 +36,8 @@ exports.themes = {
36
};
37
38
exports.layouts = [
39
- 'side-nav-outer-toolbar',
40
-/* 'side-nav-inner-toolbar'*/
+ /* 'side-nav-outer-toolbar',*/
+ 'side-nav-inner-toolbar'
41
];
42
43
exports.swatchModes = {
0 commit comments