We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62ae3b commit 612bc82Copy full SHA for 612bc82
.github/workflows/applications.yml
@@ -57,10 +57,6 @@ jobs:
57
with:
58
working-directory: packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
59
60
- - name: Lint created application
61
- if: ${{ matrix.OS != 'windows-latest' }}
62
- run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
63
-
64
- name: print working dir
65
run: pwd
66
@@ -70,6 +66,10 @@ jobs:
70
- name: List working dir
71
67
run: ls .; ls ./packages
72
68
69
+ - name: Lint created application
+ if: ${{ matrix.OS != 'windows-latest' }}
+ run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
+
73
- name: Run template tests
74
if: ${{ matrix.OS != 'windows-latest' }}
75
env:
0 commit comments