Skip to content

Commit a2fbf55

Browse files
authored
Update ci.yml
1 parent 4411555 commit a2fbf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828
- name: iOS 15
29-
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "SwiftUICharts" -destination "platform=iOS Simulator,name=iPhone 11,OS=15.0" clean test | xcpretty
29+
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "SwiftUICharts" -destination "platform=iOS Simulator,name=iPhone 11,OS=15.0" clean test CODE_SIGNING_ALLOWED=NO | xcpretty
3030
iOS_14:
3131
name: Test iOS 14
3232
runs-on: macOS-11

0 commit comments

Comments
 (0)