Merge pull request #241 from plantuml-stdlib/ci/percy

Change percy workflow to use @percy/cli.
pull/246/head
kirchsth 4 years ago committed by GitHub
commit 44b9b0ff47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,6 @@ jobs:
with:
args: '-v percy -o _parsed -DRELATIVE_INCLUDE="."'
- name: Upload
run: npx percy upload percy/_parsed
run: npx @percy/cli upload percy/_parsed
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

Loading…
Cancel
Save