Skip to content

Commit cbaac8a

Browse files
nickustinovclaude
andcommitted
Fix CI: disable code signing for test builds
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7ebf2fd commit cbaac8a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
xcodebuild test \
2929
-scheme macOSBridgeTests \
3030
-destination "platform=macOS" \
31-
-resultBundlePath TestResults.xcresult
31+
-resultBundlePath TestResults.xcresult \
32+
CODE_SIGN_IDENTITY="" \
33+
CODE_SIGNING_REQUIRED=NO \
34+
CODE_SIGNING_ALLOWED=NO
3235
3336
- name: Upload test results
3437
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)