Skip to content

Commit

Permalink
fix working directory for lint gitaction
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Dec 17, 2024
1 parent a62ae3b commit 612bc82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
with:
working-directory: packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app

- name: Lint created application
if: ${{ matrix.OS != 'windows-latest' }}
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}

- name: print working dir
run: pwd

Expand All @@ -70,6 +66,10 @@ jobs:
- name: List working dir
run: ls .; ls ./packages

- name: Lint created application
if: ${{ matrix.OS != 'windows-latest' }}
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}

- name: Run template tests
if: ${{ matrix.OS != 'windows-latest' }}
env:
Expand Down

0 comments on commit 612bc82

Please sign in to comment.