Skip to content

Commit c33d7f4

Browse files
committed
(chore): Adjust code_sign_identity
1 parent 6fe319c commit c33d7f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run Tests
3636
run: |
3737
if [ "${{ matrix.os }}" == "iOS" ]; then
38-
xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }}
38+
xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }} CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
3939
else
40-
xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }}
40+
xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }} CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
4141
fi

0 commit comments

Comments
 (0)