Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-ossai-cko committed Dec 8, 2023
1 parent 97e9ec3 commit 758c9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run Risk SDK Tests
run: |
set -o pipefail && xcodebuild -scheme "${scheme}" test -destination "${destination}" "${noIndex}" "${noSigning}" | xcpretty SAMPLE_MERCHANT_PUBLIC_KEY="${SAMPLE_MERCHANT_PUBLIC_KEY}"
set -o pipefail && xcodebuild -scheme "${scheme}" test -destination "${destination}" "${noIndex}" "${noSigning}" SAMPLE_MERCHANT_PUBLIC_KEY="${SAMPLE_MERCHANT_PUBLIC_KEY}" | xcpretty
env:
scheme: Risk

Expand Down

0 comments on commit 758c9f1

Please sign in to comment.