Skip to content

Commit 232ba70

Browse files
committed
Disable code signing for release tests
1 parent d8e7642 commit 232ba70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
xcodebuild test \
4545
-project TrackpadAir.xcodeproj \
4646
-scheme TrackpadAir \
47-
-destination 'platform=macOS'
47+
-destination 'platform=macOS' \
48+
CODE_SIGNING_ALLOWED=NO
4849
4950
- name: Archive app
5051
run: |

0 commit comments

Comments
 (0)