Skip to content

Commit

Permalink
change to dot reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
rlingineni committed Feb 9, 2024
1 parent 230c395 commit d987185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
delimiter=$(openssl rand -hex 8)
{
echo "PLAYWRIGHT_RUN<<$delimiter"
yarn run playwright:visual-test --reporter=list --workers 2 --shard=${{ matrix.shard }}
yarn run playwright:visual-test --reporter=dot --workers 2 --shard=${{ matrix.shard }}
echo "$delimiter"
} >> "$GITHUB_OUTPUT"
shell: bash
Expand Down

0 comments on commit d987185

Please sign in to comment.