We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe319c commit c33d7f4Copy full SHA for c33d7f4
.github/workflows/build_test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run Tests
36
run: |
37
if [ "${{ matrix.os }}" == "iOS" ]; then
38
- xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }}
+ xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }} CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
39
else
40
41
fi
0 commit comments