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 62affe9 commit cd9fed0Copy full SHA for cd9fed0
.github/workflows/testcafe_tests.yml
@@ -216,7 +216,7 @@ jobs:
216
[ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}"
217
all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME"
218
echo "$all_args"
219
- pnpx nx test $all_args
+ pnpm run test $all_args
220
221
- name: Copy compared screenshot artifacts
222
if: ${{ failure() }}
0 commit comments