We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612bc82 commit 2381bb6Copy full SHA for 2381bb6
.github/workflows/applications.yml
@@ -64,7 +64,13 @@ jobs:
64
run: ls .
65
66
- name: List working dir
67
- run: ls .; ls ./packages
+ run: ls ./packages/devextreme-cli
68
+
69
+ - name: List working dir
70
+ run: ls ./packages/devextreme-cli/testing/sandbox
71
72
73
+ run: ls ./packages/devextreme-cli/testing/sandbox/react-ts
74
75
- name: Lint created application
76
if: ${{ matrix.OS != 'windows-latest' }}
0 commit comments