File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
- name : Run Tests with Xcode
9
9
run : |
10
10
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
12
12
SwiftPM :
13
13
runs-on : macos-latest
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Run Tests with Swift Package Manager
17
- run : swift test -Xswiftc "-target" -Xswiftc "x86_64-apple-macosx10.12"
17
+ run : swift test
18
18
SwiftLint :
19
19
runs-on : ubuntu-latest
20
20
steps :
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ included:
4
4
disabled_rules :
5
5
- line_length
6
6
- file_length
7
+ - non_optional_string_data_conversion
7
8
trailing_comma :
8
9
mandatory_comma : true
You can’t perform that action at this time.
0 commit comments