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 7b62c87 commit 55d4c13Copy full SHA for 55d4c13
.github/workflows/applications.yml
@@ -58,7 +58,10 @@ jobs:
58
working-directory: packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
59
60
- name: print working dir
61
- run: pwd
+ run: ls
62
+
63
+ - name: print working dir
64
+ run: ls ./react/my-app
65
66
- name: Lint created application
67
if: ${{ matrix.OS != 'windows-latest' }}
0 commit comments