fix(ci): drop percy helper script

This commit is contained in:
Łukasz Mierzwa
2022-04-03 14:14:03 +01:00
committed by Łukasz Mierzwa
parent 927913a77e
commit 7944bf6534
2 changed files with 1 additions and 38 deletions

View File

@@ -390,7 +390,7 @@ jobs:
- name: Run Percy
if: steps.filter.outputs.percy == 'true'
run: ./scripts/percy-skip-deps.sh || make -C ui test-percy
run: make -C ui test-percy
env:
NODE_ENV: test
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}