Skip to content

Commit

Permalink
(chore): Set CODE_SIGNING_REQUIRED to false
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Oct 25, 2024
1 parent 76a0edc commit 6fe319c
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 @@ -27,9 +27,9 @@ jobs:
- name: Build project using Matrix build system
run: |
if [ "${{ matrix.os }}" == "iOS" ]; then
xcodebuild -scheme ScribbleLab -configuration ${{ matrix.configuration }} build
xcodebuild -scheme ScribbleLab -configuration ${{ matrix.configuration }} CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build
else
xcodebuild -scheme ScribbleLab -configuration ${{ matrix.configuration }} build
xcodebuild -scheme ScribbleLab -configuration ${{ matrix.configuration }} CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build
fi
- name: Run Tests
Expand Down

0 comments on commit 6fe319c

Please sign in to comment.