From 612bc8295e1dc9dabb561aeeba8a91853a695d92 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 18 Dec 2024 00:17:27 +0400 Subject: [PATCH] fix working directory for lint gitaction --- .github/workflows/applications.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index e636b17ed..e882a3d14 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -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 @@ -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: