Skip to content

Commit

Permalink
(chore): Adjust code_sign_identity
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Oct 25, 2024
1 parent 6fe319c commit c33d7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run Tests
run: |
if [ "${{ matrix.os }}" == "iOS" ]; then
xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }}
xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }} CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
else
xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }}
xcodebuild test -scheme ScribbleLab -configuration ${{ matrix.configuration }} CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
fi

0 comments on commit c33d7f4

Please sign in to comment.