We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44af35b commit 2c5e451Copy full SHA for 2c5e451
.github/actions/html-editor/steps/testcafe-tests/action.yml
@@ -45,7 +45,7 @@ runs:
45
- name: Prepare localization
46
shell: bash
47
working-directory: ${{ inputs.devextreme-package-directory }}
48
- run: npx gulp localization
+ run: npx --no-install gulp localization
49
50
- name: Run TestCafe tests
51
0 commit comments