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