Skip to content

Commit

Permalink
Run Percy with verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Dec 9, 2023
1 parent 056d08e commit 5ebfd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ jobs:
run: npm install --save-dev @percy/cli

- name: Upload build to Percy
run: npx percy snapshot _site/
run: npx percy snapshot _site/ -v
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

0 comments on commit 5ebfd5e

Please sign in to comment.