Skip to content

Commit

Permalink
Revert "ci(percy): Remove --force-exit option for percy jest."
Browse files Browse the repository at this point in the history
This reverts commit 56a230b.
  • Loading branch information
binh-dam-ibigroup committed Sep 13, 2023
1 parent 56a230b commit c192fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit c192fed

Please sign in to comment.