Skip to content

Commit

Permalink
Optimize testcafe tests workflow (#28624)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr authored Dec 26, 2024
1 parent 62affe9 commit cd9fed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
[ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}"
all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME"
echo "$all_args"
pnpx nx test $all_args
pnpm run test $all_args
- name: Copy compared screenshot artifacts
if: ${{ failure() }}
Expand Down

0 comments on commit cd9fed0

Please sign in to comment.