Skip to content

Commit 8b51c9e

Browse files
committed
fix(ci): disable code signing for test workflow
The test workflow was failing with exit code 65 because the project requires code signing with a specific development team certificate not available on GitHub Actions runners.
1 parent 93913e0 commit 8b51c9e

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
@@ -30,4 +30,7 @@ jobs:
3030
xcodebuild test \
3131
-project ClaudeMeter.xcodeproj \
3232
-scheme ClaudeMeter \
33-
-configuration Debug
33+
-configuration Debug \
34+
CODE_SIGN_IDENTITY="-" \
35+
CODE_SIGNING_REQUIRED=NO \
36+
CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)