mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ci): drop percy helper script
This commit is contained in:
committed by
Łukasz Mierzwa
parent
927913a77e
commit
7944bf6534
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user