Skip to content

Commit cd9fed0

Browse files
authored
Optimize testcafe tests workflow (#28624)
1 parent 62affe9 commit cd9fed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testcafe_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
[ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}"
217217
all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME"
218218
echo "$all_args"
219-
pnpx nx test $all_args
219+
pnpm run test $all_args
220220
221221
- name: Copy compared screenshot artifacts
222222
if: ${{ failure() }}

0 commit comments

Comments
 (0)