Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Fix shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Feb 12, 2024
1 parent fdf8fd4 commit d398b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
-derivedDataPath "$CI_DERIVED_DATA_PATH" \
-resultBundlePath "build-for-testing.xcresult" \
CODE_SIGN_IDENTITY=- \
AD_HOC_CODE_SIGNING_ALLOWED=YES
AD_HOC_CODE_SIGNING_ALLOWED=YES \
| xcpretty
exit ${PIPESTATUS[0]}
Expand All @@ -56,7 +56,7 @@ jobs:
-derivedDataPath "$CI_DERIVED_DATA_PATH" \
-resultBundlePath "test-without-building.xcresult" \
-test-timeouts-enabled YES \
-maximum-test-execution-time-allowance 1800
-maximum-test-execution-time-allowance 1800 \
| xcpretty
exit ${PIPESTATUS[0]}
Expand Down

0 comments on commit d398b64

Please sign in to comment.