diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index 2abae2be2..3f12e171a 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -33,7 +33,7 @@ jobs: YAML_CONFIG: /tmp/otp2config.yml JS_CONFIG: ./percy/har-mock-config.js - name: Take Percy Snapshots (Desktop + Mobile) - run: npx percy exec -- npx jest percy/percy.test.js + run: npx percy exec -- npx jest percy/percy.test.js --force-exit env: PERCY_TOKEN: ${{ secrets.PERCY_TOKEN_OTP2 }} OTP_RR_UI_MODE: normal @@ -44,7 +44,7 @@ jobs: YAML_CONFIG: /tmp/otp2config.yml JS_CONFIG: ./percy/har-mock-config-call-taker.js - name: Take Percy Snapshots (Calltaker) - run: npx percy exec -- npx jest percy/percy.test.js + run: npx percy exec -- npx jest percy/percy.test.js --force-exit env: # Calltaker has a separate key because the calltaker-specific snapshots are different. PERCY_TOKEN: ${{ secrets.PERCY_TOKEN_CALL_TAKER_OTP2 }}