From d398b646f0910fa2a4e40ae722d8d63a2db60627 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 12 Feb 2024 11:18:12 -0800 Subject: [PATCH] Fix shell script --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48860d4..cc67bb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]} @@ -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]}