Skip to content

Commit 55d4c13

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/applications.yml

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

6060
- name: print working dir
61-
run: pwd
61+
run: ls
62+
63+
- name: print working dir
64+
run: ls ./react/my-app
6265

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

0 commit comments

Comments
 (0)