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 8a28d7b commit 7b62c87Copy full SHA for 7b62c87
.github/workflows/applications.yml
@@ -57,10 +57,11 @@ jobs:
57
with:
58
working-directory: packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
59
60
+ - name: print working dir
61
+ run: pwd
62
+
63
- name: Lint created application
64
if: ${{ matrix.OS != 'windows-latest' }}
- with:
- working-directory: packages/devextreme-cli
65
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
66
67
0 commit comments