Skip to content

Commit

Permalink
ci(percy): Reenable Percy
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Aug 11, 2023
1 parent c4fd913 commit 7755e8f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ jobs:
env:
YAML_CONFIG: /tmp/otp2config.yml
JS_CONFIG: ./percy/har-mock-config.js
# - name: Take Percy Snapshots
# # Move everything from latest commit back to staged
# run: npx percy exec -- npx jest percy/percy.test.js --force-exit
# env:
# PERCY_TOKEN: ${{ secrets.PERCY_TOKEN_OTP2 }}
# PERCY_OTP_CONFIG_OVERRIDE: /tmp/otp2config.yml
# OTP_RR_PERCY_MOBILE: true
# # TODO: Reinstate calltaker UI tests.
- name: Take Percy Snapshots (Desktop)
run: npx percy exec -- npx jest percy/percy.test.js --force-exit
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN_OTP2 }}
OTP_RR_UI_MODE: desktop
# TODO: Reinstate calltaker UI tests.

0 comments on commit 7755e8f

Please sign in to comment.