Skip to content

Commit 2381bb6

Browse files
WIP. fix working directory for lint gitaction
1 parent 612bc82 commit 2381bb6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/applications.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,13 @@ jobs:
6464
run: ls .
6565

6666
- name: List working dir
67-
run: ls .; ls ./packages
67+
run: ls ./packages/devextreme-cli
68+
69+
- name: List working dir
70+
run: ls ./packages/devextreme-cli/testing/sandbox
71+
72+
- name: List working dir
73+
run: ls ./packages/devextreme-cli/testing/sandbox/react-ts
6874

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

0 commit comments

Comments
 (0)