File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 - name : Run Tests with Xcode
99 run : |
1010 DESTINATION="platform=iOS Simulator,name=iPhone 8" SCHEME="Puree"
11- xcodebuild test -project Puree.xcodeproj -scheme "${SCHEME}" -destination "${DESTINATION}"
11+ xcodebuild test -project Puree.xcodeproj -scheme "${SCHEME}" -destination "${DESTINATION}" -configuration Debug CODE_SIGNING_ALLOWED=NO
1212 SwiftPM :
1313 runs-on : macos-latest
1414 steps :
1515 - uses : actions/checkout@v2
1616 - name : Run Tests with Swift Package Manager
17- run : swift test -Xswiftc "-target" -Xswiftc "x86_64-apple-macosx10.12"
17+ run : swift test
1818 SwiftLint :
1919 runs-on : ubuntu-latest
2020 steps :
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ included:
44disabled_rules :
55 - line_length
66 - file_length
7+ - non_optional_string_data_conversion
78trailing_comma :
89 mandatory_comma : true
You can’t perform that action at this time.
0 commit comments