Skip to content

Commit 1fe8783

Browse files
fix working directory for lint gitaction
1 parent 55d4c13 commit 1fe8783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/applications.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
working-directory: packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
5959

6060
- name: print working dir
61-
run: ls
61+
run: pwd
6262

63-
- name: print working dir
64-
run: ls ./react/my-app
63+
- name: List working dir
64+
run: ls .
6565

6666
- name: Lint created application
6767
if: ${{ matrix.OS != 'windows-latest' }}

0 commit comments

Comments
 (0)