Skip to content

Commit e538438

Browse files
authored
Update test command in build workflow
Removed CODE_SIGNING_ALLOWED=NO from test command.
1 parent 466f481 commit e538438

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ jobs:
227227
run: |
228228
xcodebuild test \
229229
-scheme macOS \
230-
-destination 'platform=macOS' \
231-
CODE_SIGNING_ALLOWED=NO
230+
-destination 'platform=macOS'
232231
build-universal:
233232
name: Build UTM (Universal Mac)
234233
runs-on: ${{ fromJSON(needs.configuration.outputs.runner) }}

0 commit comments

Comments
 (0)