We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4411555 commit a2fbf55Copy full SHA for a2fbf55
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v3
28
- 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
+ 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
30
iOS_14:
31
name: Test iOS 14
32
runs-on: macOS-11
0 commit comments